perfect square free by *yuko*

var i:word;begin write("[3");for i:=3to 90do write(", ",i+i**0.5:0:0);write(^\x1d)end.

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

download

return to the top page