代码搜索:Ural
找到约 930 项符合「Ural」的源代码
代码结果 930
www.eeworm.com/read/339553/12225853
rar ural.rar
www.eeworm.com/read/329506/12951016
tar ural-linux-0.8.2.tar.tar
www.eeworm.com/read/227894/14406870
chm gz6hs_ural.chm
www.eeworm.com/read/220643/14794483
out ural-linux-0.8.2.tar.out
www.eeworm.com/read/493722/6389440
pas ac1230.pas
program ural1230;
begin
write('P=''"'';');
write('Q="''";');
write('A=''?"P="+Q+P+Q+";Q="+P+Q+P+";A="+Q+A+Q+";"+A'';');
write('?"P="+Q+P+Q+";Q="+P+Q+P+";A="+Q+A+Q+";"+A');
end.
www.eeworm.com/read/231652/14225223
pas ac1230.pas
program ural1230;
begin
write('P=''"'';');
write('Q="''";');
write('A=''?"P="+Q+P+Q+";Q="+P+Q+P+";A="+Q+A+Q+";"+A'';');
write('?"P="+Q+P+Q+";Q="+P+Q+P+";A="+Q+A+Q+";"+A');
end.
www.eeworm.com/read/493722/6389470
pas ac1214.pas
program ural1214;
var
x,y:longint;
begin
read(x,y);
if (x>0) and (y>0) and odd(x+y) then
writeln(y,' ',x)
else
writeln(x,' ',y);
end.
www.eeworm.com/read/231652/14225280
pas ac1214.pas
program ural1214;
var
x,y:longint;
begin
read(x,y);
if (x>0) and (y>0) and odd(x+y) then
writeln(y,' ',x)
else
writeln(x,' ',y);
end.
www.eeworm.com/read/272894/10936941
bak ex2.dpr.bak
program Ural_1208(Input,Output);
procedure Main;
begin
end;
begin
Main;
end.
www.eeworm.com/read/272894/10936943
dpr ex2.dpr
program Ural_1208(Input,Output);
procedure Main;
begin
end;
begin
Main;
end.