Z by konomin

i,j;main(n){scanf("%d",&n);for(;i++<n;printf(i-n?"Z":"Z\n"));for(;i-->3;)for(j=1;j++<i;printf(j-i?" ":"Z\n"));if(j)for(;i++<n+2;printf(n+2-i?"Z":"Z\n"));}

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

download

return to the top page