MAYBE 'Pop* with parameter subtitution (timeout of 60.0 seconds)' ----------------------------------------------------------- Answer: MAYBE Input Problem: innermost runtime-complexity with respect to Rules: { plus(x, 0()) -> x , plus(x, s(y)) -> s(plus(x, y)) , times(x, 0()) -> 0() , times(x, s(y)) -> plus(times(x, y), x) , minus(x, 0()) -> x , minus(s(x), s(y)) -> minus(x, y) , div(0(), s(y)) -> 0() , div(s(x), s(y)) -> s(div(minus(x, y), s(y)))} Proof Output: The input cannot be shown compatible