重定向输入输出流

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

 

posted @ 2018-07-17 12:13  Assassin_poi君  阅读(140)  评论(0)    收藏  举报