import java.io.*; public class GetInput { public static void main(String[] args) throws IOException { BufferedReader buf = new ...
確定! 回上一頁