摘要: 在调试程序时可以使用freopen重定向输入流至文件: freopen("a.txt","r",stdin); 但这样system(... 阅读全文
posted @ 2016-09-11 22:02 tomwillow 阅读(69) 评论(0) 推荐(0)