Problem | routine |
---|---|
User | Quackadodo110411 |
Submission Time | 2024-05-25 10:53:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
routine.cpp: In function ‘int main()’:
routine.cpp:22:29: error: ‘upper_bound’ was not declared in this scope
22 | int intervalIndex = upper_bound(T.begin(), T.end(), Qj) - T.begin();
| ^~~~~~~~~~~