| Problem | problemsetter |
|---|---|
| User | RandomCtfNoob |
| Submission Time | 2026-02-23 16:41:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
problemsetter.cpp: In function ‘int main()’:
problemsetter.cpp:36:61: error: ‘reqm’ was not declared in this scope; did you mean ‘req’?
36 | int index = upper_bound(cont.begin(),cont.end(),make_pair(reqm INT_MAX)) - cont.begin() -1;
| ^~~~
| req