perfect square free by uru

var i:word;begin
write("[3");for i:=5to 99do if frac(i**0.5)>0then write(", ",i);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