(0) Obligation:

Q restricted rewrite system:
The TRS R consists of the following rules:

f(s(x), x) → f(s(x), round(x))
round(0) → 0
round(0) → s(0)
round(s(0)) → s(0)
round(s(s(x))) → s(s(round(x)))

Q is empty.