i,j,k,m;main(c,v){for(scanf("%d%d",&c,&v);i<v+2;++i)for(k=!i||i>v,j=0;j<c+3;++j)m=!j||j>c,putchar(j>c+1?10:k*m?43:m?124:k?45:32);}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page