Print numbers _Revised_ by abc

#include<cstdio>\x0d
main(int n){for(n=0;n<8;printf("1%d\n",n++));int a[]={20,22,24,31,100,121,10000};for(n=0;n<7;printf("%d\n",a[n++]));}

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

download

return to the top page