X by uru

var i,n:word;begin
read(n);n:=n div 2;repeat
writeln(^\x18:n-abs(i-n)+1,^\x18:2*abs(i-n));inc(i)until i>n*2end.

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

download

return to the top page