快读快输模板
快读快输
Java快输模板:
1  | static class Reader{  | 
Java快读模板:
1  | static PrintWriter out = new PrintWriter(new OutputStreamWriter(System.out));  | 
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 长白崎の个人博客!
 评论
1  | static class Reader{  | 
1  | static PrintWriter out = new PrintWriter(new OutputStreamWriter(System.out));  |