现在的位置: 首页 > 综合 > 正文

Java学习笔记

2012年03月21日 ⁄ 综合 ⁄ 共 158字 ⁄ 字号 评论关闭

java 相当于c++中的freopen的语句

 

 System.setIn(new BufferedInputStream(new FileInputStream("c://1754.in")));

 

Main函数必须改成

public static void main(String[] args) throws IOException

抱歉!评论已关闭.