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