perfect square free by js

m=Math;a="[";for(i=2;98-i++;)if(m.ceil(n=m.sqrt(i))!=n)a+=(i+", ");print(a+"99]")

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

download

return to the top page