Nest the 0 by jamesaxl

main(a,i){do{scanf("%d",&a);for(i=0;i<a;++i)printf("[");printf("0");for(i=0;i<a;++i)printf("]");printf("\n");}while(a+1<15);}

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

download

return to the top page