对拍
模版
@echo off
:go
data.exe > in.txt
u.exe < in.txt > out.txt
std.exe < in.txt > ans.txt
fc out.txt ans.txt
if not errorlevel 1 goto go
pause
模版
@echo off
:go
data.exe > in.txt
u.exe < in.txt > out.txt
std.exe < in.txt > ans.txt
fc out.txt ans.txt
if not errorlevel 1 goto go
pause