Twin primes by 51b

main(n,i){for(;n<2e3;i^1||printf("%d,%d\n",n,n+2))for(i=n+=2;n*(n+2)%--i;);}

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

download

return to the top page