返回列表 發帖

204-公倍數計算

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

返回列表