| Problem | routine |
|---|---|
| User | ansellee |
| Submission Time | 2025-02-01 20:22:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
routine.cpp: In function ‘int main()’:
routine.cpp:33:27: error: ‘upper_bound’ was not declared in this scope
33 | auto firstafter = upper_bound(timeChange.begin(), timeChange.end(), temp);
| ^~~~~~~~~~~