Problem prefixsums
User shash
Submission Time 2026-04-10 15:16:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:17:23: error: ‘n’ was not declared in this scope
17 | for (int i = 1; i < n; i++) {
| ^