word triangles by %20

char s[];i;j;main(n){for(n=strlen(gets(s+1));j++<9;)for(puts(),i=n;i;s[--i]%32||(s[i+1]=32));}

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

download

return to the top page