对拍

模版

@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

posted @ 2025-08-05 08:26  雪上一枝嵩  阅读(19)  评论(0)    收藏  举报