

 Function sipma91

    line 11 / 14
    1 + max(0, (101 - x))
    O(n^1)
    line 16 / 28
    1 +  10 × max(0, (101 - x)) + max(0, (101 - x)) + max(0, (111 - x))
    O(n^1)

Total Complexity: O(n^1)
