6N plus minus one by clock

loop:s=hear();n=s.to_i()+1;say s+" = 6 * "+(n/6).to_s()+if(n>n/6*6){" + 1"}else{" - 1"}

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

download

return to the top page