Problem prefixsums
User Henries
Submission Time 2024-10-01 15:44:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:18:10: error: ‘total’ was not declared in this scope
18 | cout << total;
| ^~~~~