BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in); while (stdin.ready()) String line = stdin.readLine(); BufferedWriter stdout ...
確定! 回上一頁