perfect square free by pooq

print(3.to(99).toList--(2.to(9)map(x=>x*x)toList)mkString("[",", ","]"))

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

download

return to the top page