freopen("oo.in","r",stdin);
freopen("out.in","w",stdout);
我暂时不知道怎么回事在我的电脑上
freopen("oo.txt","r",stdin);
freopen("out.txt","w",stdout);
运行不出来结果。
作者在尝试使用freopen函数重定向输入输出流时遇到问题,分别尝试了将oo.in和out.in以及oo.txt和out.txt作为文件名,但在其电脑上运行时未能得到预期结果。
freopen("oo.in","r",stdin);
freopen("out.in","w",stdout);
我暂时不知道怎么回事在我的电脑上
freopen("oo.txt","r",stdin);
freopen("out.txt","w",stdout);
运行不出来结果。

被折叠的 条评论
为什么被折叠?