import java.util.Scanner; public class Test { public static void main(String[] args){ Scanner input = new Scanner(System.in); ...
確定! 回上一頁