6N plus minus one by amat

main(a){for(;~scanf("%d",&a);)printf("%d = 6 * %d %c 1\n",a,(a+1)/6,43+a%6/2);}

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

download

return to the top page