Function foo line 31 100 O(1) line 30 max(C, 0) + max(C, 0) O(n) Total Bound: 100 + max(C, 0) + max(C, 0) Total Complexity: O(n)