6N plus minus one by uru

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

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

download

return to the top page