

 Function textbook_ex1

    line 3 / 3
    1 + max(0, (b + 1 + -a))
    O(n^1)

Total Complexity: O(n^1)
