Power Type by pooq

dim m(2e5)
for a=2to 500for b=2to 20c=a^b
if c<2e5m(c)=1
next
next
for i=4to 2e5if m(i)?i
next

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

download

return to the top page