

 Function Loopus2011_ex3

    line 3 / 6
    1 + max(x, 0) + max(0, (255 - x))
    O(n^1)

Total Complexity: O(n^1)
