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?"+++++++++":"    +    ").Substring(4-n/2,n).TrimEnd());}}

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

download

return to the top page