dreamlike-zzg

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

C/C++ 输入输出到文件 

freopen("in.txt","r",stdin);
freopen("out.txt","w",stdout);
freopen("out.txt","a+",stdout);

 

posted on 2022-11-05 16:00  梦幻济公  阅读(37)  评论(0编辑  收藏  举报