Plus by darefilz

using C=System.Console;class P{static void Main(){for(int i=0,n=C.Read()-48;i<n;++i)C.WriteLine((i==n/2?new string('+',n):"+".PadLeft(n/2+1)));}}

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

download

return to the top page