Plus by mazun

char b[];main(a,c){scanf("%d",&a);memset(b+10,'+',c=a);memset(b,' ',a/2);b[a/2]='+';for(;c--;puts(c-a/2?b:b+10));}

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

download

return to the top page