NOIP复赛文件操作参考代码
#include<cstdio>
using namespace std;
int main()
{
freopen("test.in","r",stdin);
freopen("test.out","w",stdout);
解题代码……
fclose(stdin);
fclose(stdout);
return 0;
}
对拍程序
:loop data //用随机函数生成输入数据
chess //待测程序
std //暴力程序
fc chess.out std.out if errorlevel==1 pause //或者exit
goto loop