4 lines
70 B
Text
4 lines
70 B
Text
begin
|
|
integer i;
|
|
for i:=5 step 5 until 25 do outint(i, 5)
|
|
end
|