We are left with following problem, upon which TcT provides the
certificate YES(?,O(n^1)).

Strict Trs:
  { f(0()) -> s(0())
  , f(s(0())) -> s(0())
  , f(s(s(x))) -> f(f(s(x))) }
Obligation:
  innermost runtime complexity
Answer:
  YES(?,O(n^1))

The problem is match-bounded by 2. The enriched problem is
compatible with the following automaton.
{ f_0(2) -> 1
, f_0(3) -> 1
, f_1(5) -> 1
, f_1(5) -> 5
, f_1(6) -> 5
, 0_0() -> 2
, 0_1() -> 4
, 0_2() -> 7
, s_0(2) -> 3
, s_0(3) -> 3
, s_1(2) -> 6
, s_1(3) -> 6
, s_1(4) -> 1
, s_1(4) -> 5
, s_2(7) -> 1
, s_2(7) -> 5 }

Hurray, we answered YES(?,O(n^1))