seq by uru

var x,y:byte;c:char;begin
read(x,c,y);for x in[x..y]do writeln(x)end.

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page