返回列表 發帖

207-三角形邊長判斷

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

返回列表