Java输入输出优化总结
摘要:
现在在用的 public static void main(String[] args) throws Exception { Main solved = new Main(); solved.run(); out.close(); } static InputStream inputStream = System.in; static OutputStream outputStream = System.out; static InputReader cin = new InputReader(inputStream); static OutputWriter out = new O... 阅读全文
posted @ 2013-02-27 21:03 Sure_Yi 阅读(672) 评论(0) 推荐(0) 编辑