代码搜索:Write
找到约 10,000 项符合「Write」的源代码
代码结果 10,000
www.eeworm.com/read/131191/14157131
txt 4.txt
var a,b;
begin
a:=25;
if a=1 then b:=2 else b:=3;
write(a,b)
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.