int.bat
来自「PASCAL光盘资料PASCAL光盘资料PASCAL光盘资料」· Batch 代码 · 共 17 行
BAT
17 行
@echo off
if "%1"=="" goto loop
copy int%1.in int.in >nul
echo Problem Test
echo Data %1
time<enter
int
time<enter
fc int.out int%1.out
del int.in
del int.out
pause
goto end
:loop
for %%i in (1 2 3 4 5 6 7 8 9 10) do call %0 %%i
:end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?