Problem | routine |
---|---|
User | YEethui |
Submission Time | 2023-11-24 18:07:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
routine.cpp: In function ‘int main()’:
routine.cpp:12:23: error: ‘upper_bound’ was not declared in this scope
12 | long long p = upper_bound(time, time + n, a) - time - 1;
| ^~~~~~~~~~~