6N plus minus one by pooq

write(paste(a<-scan("stdin"),"= 6 *",(a+1)%/%6,c("+","-")[a%%3],1),T)

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

download

return to the top page