ACM模式的约定框架模式
public class Main {
public static void main(String[] args){
Scanner reader = new Scanner(System.in);
System.out.println("打印的输出结果");
}
}
next()–以tab/空格/回车为结尾 && nextline()–以回车为结尾



nextInt和nextInt(进制要求):以tab/空格/回车为结尾

BufferedReader()循环读取

读取单个输入的字符
