Power Type by nu

main(n,p,k){while(n<2e5)p=p<n?p*k:k*k>n||n/p&&printf("%d\n",n)?n++,k=2:++k;}

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

download

return to the top page