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