Problem | ccs |
---|---|
User | shawn |
Submission Time | 2024-06-11 09:59:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int32_t search(long long int, long long int, long long int)’:
ccs.cpp:10:15: error: ‘low’ was not declared in this scope; did you mean ‘pow’?
10 | int mid = low + ((high - low) >> 1);
| ^~~
| pow
ccs.cpp:10:23: error: ‘high’ was not declared in this scope
10 | int mid = low + ((high - low) >> 1);
| ^~~~
ccs.cpp:11:30: error: ‘m’ was not declared in this scope
11 | int n = *next(a.begin(), m);
| ^