| Problem | lol |
|---|---|
| User | PlayVoltz |
| Submission Time | 2023-08-04 13:59:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lol.cpp: In function ‘int lol(int, bool)’:
lol.cpp:19:3: error: ‘first_index’ was not declared in this scope
19 | first_index = distance(o.begin(), upper_bound(o.begin(), o.end(), index));
| ^~~~~~~~~~~
lol.cpp:30:3: error: ‘first_index’ was not declared in this scope
30 | first_index = distance(l.begin(), upper_bound(l.begin(), l.end(), index));
| ^~~~~~~~~~~