| Problem | duckhunt24 |
|---|---|
| User | LovePeggingLucaBalsa |
| Submission Time | 2026-02-15 12:01:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt24.cpp: In function ‘int main()’:
duckhunt24.cpp:15:29: error: expected ‘;’ before ‘}’ token
15 | pre[i] = arr[i] + pre[i-1]
| ^
| ;
16 | }
| ~