代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/487231/1238467
bat num.bat
@echo off
if "%1"=="" goto loop
copy num%1.in num.in >nul
echo Problem Test
echo Data %1
num
fc num.out num%1.out
del num.in
del num.out
pause
goto end
:loop
for %%i in (1 2 3 4 5 6 7 8 9
www.eeworm.com/read/487231/1238947
pas num.pas
{Spring 2000 ,Junior ,Li Rui}
program num;
const
inf='num.in';
ouf='num.out';
var
j1,j2,low,high,tar:longint;
function all(x:longint):integer;
var
i,j,t:integer;
a:a