language: Prolog (gnu) (gprolog-1.3.1)
date: 111 days 0 hours ago
link:
visibility: public
1
odd(X) :-  1 is rem(X,2).
  • upload with new input
  • result: Success     time: 0.02s    memory: 68352 kB     returned value: 0

    odd(13).
    GNU Prolog 1.3.1
    By Daniel Diaz
    Copyright (C) 1999-2009 Daniel Diaz
    
    yes