Tag system by inaniwa

char a[]="aaaaaaaaaaa",*P=a;main(n){for(;printf("%*.s%s\n",~n,n-=2,P=strcat(P,*P%97?"aaa"+*P%3:"bc")+2)-240;);}

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

download

return to the top page