MAYBE 'Pop* (timeout of 60.0 seconds)' -------------------------------- Answer: MAYBE Input Problem: innermost runtime-complexity with respect to Rules: { zeros() -> cons(0(), n__zeros()) , U11(tt(), L) -> U12(tt(), activate(L)) , U12(tt(), L) -> s(length(activate(L))) , length(nil()) -> 0() , length(cons(N, L)) -> U11(tt(), activate(L)) , zeros() -> n__zeros() , activate(n__zeros()) -> zeros() , activate(X) -> X} Proof Output: The input cannot be shown compatible