6N plus minus one by clock

using c=System.Console;class N{static void Main(){for(int n;;c.Write(n+" = 6 * {0} {1} 1\n",++n/6,"-_+"[n%6]))n=int.Parse(c.ReadLine());}}

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

download

return to the top page