Z by chocobi

int i=stdin;for(int y;++y<=i;){string s;if(y<2||y==i)for(int x;x<i;++x)s+="Z";else{for(int x;++x<=i-y;)s+=" ";s+="Z";}write(s);}

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

download

return to the top page