X by notogawa

i,j;main(n){for(scanf("%d",&n);i<n;puts("X"),i++)for(j=0;j<n-1-i|j<i;putchar(i-j++&&n-i-j?32:88));}

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

download

return to the top page