| Problem | duckhunt24 |
|---|---|
| User | smartsword |
| Submission Time | 2025-12-10 09:51:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt24.cpp: In function ‘int main()’:
duckhunt24.cpp:19:19: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘long long int [n]’
19 | partial_sum(arr.begin(), arr.end(), arr(v);
| ^~~~~
duckhunt24.cpp:19:32: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘long long int [n]’
19 | partial_sum(arr.begin(), arr.end(), arr(v);
| ^~~
duckhunt24.cpp:19:44: error: ‘arr’ cannot be used as a function
19 | partial_sum(arr.begin(), arr.end(), arr(v);
| ^