对拍 bat命令快速模板

Posted cckk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了对拍 bat命令快速模板相关的知识,希望对你有一定的参考价值。

对拍.bat

@echo off
:loop
maker.exe > in.in
wq.exe < in.in > out.out
std.exe < in.in >stdout.out
fc out.out stdout.out
if %errorlevel%==0 goto loop
pause

 

空生成器模板.cpp

#include<iostream>
#include<cstdio>
#include<ctime>
#include<windows.h>
using namespace std;
int main()
{
    srand(GetTickCount());
    int n=rand()%5;
    return 0;
}

 

以上是关于对拍 bat命令快速模板的主要内容,如果未能解决你的问题,请参考以下文章

快速对拍流程

常用模板——对拍

使用bat打的对拍程序

对拍——我认为的最简写法

『工具』对拍器

对拍——我目前可以找到的最简写法