Problem | zooqueue |
---|---|
User | Samyeobeo |
Submission Time | 2025-05-22 21:32:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
zooqueue.cpp: In function ‘int main()’:
zooqueue.cpp:44:11: error: expected ‘;’ before ‘int’
44 | {a
| ^
| ;
45 | int mid = (l+r)/2;
| ~~~
zooqueue.cpp:46:18: error: ‘mid’ was not declared in this scope
46 | if(c[mid] > a[i])
| ^~~