| Problem | duckhunt24 |
|---|---|
| User | smartsword |
| Submission Time | 2025-12-10 11:05:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt24.cpp: In function ‘int main()’:
duckhunt24.cpp:13:31: error: ‘N’ was not declared in this scope
13 | vector<long long> prefix_sum(N + 1, 0);
| ^
duckhunt24.cpp:26:40: error: expected ‘;’ before ‘}’ token
26 | cout << prefix_sum[v] - prefix_sum[0]
| ^
| ;
27 |
28 | }
| ~
duckhunt24.cpp: At global scope:
duckhunt24.cpp:35:6: error: expected unqualified-id before ‘return’
35 | return 0;
| ^~~~~~
duckhunt24.cpp:36:1: error: expected declaration before ‘}’ token
36 | }
| ^