用文件输入输出提交

在该工程目录下去创建两个文档input.txt和output.txt


freopen("input.txt","r",stdin);  
freopen("output.txt","w",stdout);





posted @ 2017-08-16 11:46  Bryce1010  阅读(101)  评论(0)    收藏  举报