6N plus minus one by ush

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

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

download

return to the top page