mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-05 13:38:47 +00:00
19 lines
418 B
Batchfile
19 lines
418 B
Batchfile
@echo off
|
|
if "%1"=="" goto loop
|
|
copy apple%1.in apple.in >nul
|
|
echo 评测批处理生成工具 CB(Check-Bat)
|
|
echo Data %1
|
|
time<enter
|
|
apple.exe
|
|
time<enter
|
|
fc apple.out apple%1.out
|
|
pause
|
|
goto end
|
|
:loop
|
|
for %%i in (1 2 3 4 5 6 7 8 9 10 11 12 13) do call %0 %%i
|
|
:end
|
|
del apple.in
|
|
del apple.out
|
|
|
|
@Rem Stein 2007 10-17 由评测批处理生成工具 CB(Check-Bat)生成
|
|
@Rem QQ:383025560 Email:AdStein@126.com 宜昌市一中 刘佳奇 |