6N plus minus one by teebee

var n:word;begin repeat read(n);writeln(n," = 6 * ",n/6:0:0,("+-")[n mod 3]:2,1:2)until 0=1end.

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

download

return to the top page