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