| Problem | snacks |
|---|---|
| User | carson |
| Submission Time | 2025-03-19 14:40:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snacks.cpp: In function ‘int main()’:
snacks.cpp:31:28: error: expected ‘)’ before ‘[’ token
31 | if(arr[mid] <= b; && arr[mid] >= a)
| ~ ^
| )
snacks.cpp:31:25: error: label ‘arr’ used but not defined
31 | if(arr[mid] <= b; && arr[mid] >= a)
| ^~~