返回列表 發帖

203

本帖最後由 許承鴻 於 2018-6-6 20:34 編輯

import java.util.*;
public class JPD02 {
    static Scanner input = new Scanner(System.in);
    public static void main(String[] args) {
        test();
        test();
    }
   
    static void test() {
        ...
    }
}
Stay hungry,
Stay foolish.

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

返回列表