Plus by hess

i,j;main(n){for(scanf("%d",&n);i<n;i++,puts("+"))for(j=i-n/2?n/2:n-1;j--;)putchar(i-n/2?32:43);}

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

download

return to the top page