void main(){for(int n=2,i;n<2e3;i||printf("%d,%d ",n,n+2))for(i=n++;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