i信息学奥赛

加入QQ群:1025629106,或关注微信公众号:i信息学奥赛,获取更多学习资源。

导航

文件

Posted on 2018-04-16 14:51  shnoip  阅读(449)  评论(0编辑  收藏  举报

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