Problem duckhunt24
User smartsword
Submission Time 2025-12-10 09:34:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt24.cpp: In function ‘int main()’:
duckhunt24.cpp:19:26: error: ‘arr’ cannot be used as a function
19 | ans = partial_sum(arr(0), arr(v);
| ^
duckhunt24.cpp:19:34: error: ‘arr’ cannot be used as a function
19 | ans = partial_sum(arr(0), arr(v);
| ^