196 algorithm by pooq

A-B:-name(A,C),reverse(C,D),name(B,D).
E+J:-E-J,E=J.
E+F:-E-G,H is E+G,H+F.
m:-forall(between(1,195,N),(N+M,writeln(M))).

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

download

return to the top page