1 2 | o(X):- 1 is mod(X,2). e(X):- 0 is mod(X,2). |
byhYKTotIDEgaXMgbW9kKFgsMikuCmUoWCk6LSAwIGlzIG1vZChYLDIpLg==
-
upload with new input
-
result: Success time: 0.02s memory: 68352 kB returned value: 0
o(100). e(101). e(100). o(101).
GNU Prolog 1.3.1 By Daniel Diaz Copyright (C) 1999-2009 Daniel Diaz no no yes yes



