MAYBE 'Pop* (timeout of 60.0 seconds)' -------------------------------- Answer: MAYBE Input Problem: innermost runtime-complexity with respect to Rules: { cond(true(), x) -> cond(odd(x), p(x)) , odd(0()) -> false() , odd(s(0())) -> true() , odd(s(s(x))) -> odd(x) , p(0()) -> 0() , p(s(x)) -> x} Proof Output: The input cannot be shown compatible