6N plus minus one by teebee

using C=System.Console;class X{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