Plus by chocobi

using C=System.Console;class M{static void Main(){for(int j=0,i=C.Read()-47;++j<i;)C.Write("{0,"+i/2+"}\n",j==i/2?"".PadLeft(i-1,'+'):"+");}}

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

download

return to the top page