返回列表 發帖

205-倍數判斷

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

返回列表