Multiplication table by jdoe

a;main(b,c){for(scanf("%d",&c);a<=c;a+=puts(""))for(b=0;b<=c;b++)printf("%-*d",4*(b!=c),b?a?b*a:b:a);}

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

download

return to the top page