perfect square free by pooq

?"[";
for i=3to 99if i^.5>int(i^.5)?s$,i;
s$=", "next
?"]"

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

download

return to the top page