| Problem | funnysequence |
|---|---|
| User | paaaaaaaaaaaaaaaaaaa |
| Submission Time | 2024-11-19 15:43:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
funnysequence.cpp: In function ‘long long int query(long long int, long long int)’:
funnysequence.cpp:21:33: error: ‘size_a’ was not declared in this scope; did you mean ‘size_t’?
21 | int lb = lower_bound(a, a + size_a, l) - a;
| ^~~~~~
| size_t