1. 程式人生 > >對拍 bat命令快速模板

對拍 bat命令快速模板

nbsp .cpp turn windows evel () error name 命令

對拍.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命令快速模板