import java.io.*;
public class test {
public static void main(String[] args)throws IOException{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
String s=br.readLine();
System.out.println(s);
}
}
////////////////////////////////////////////////////
每当输入中文就乱码
那个改成new InputStreamReader(System.in,"GB2312")也不行
Qyouu
温温酱
大话西游666
相关分类