| Problem | prefixsums |
|---|---|
| User | PyAce |
| Submission Time | 2025-07-09 10:10:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:24:11: error: ‘total’ was not declared in this scope
24 | cout << total << "\n";
| ^~~~~
prefixsums.cpp: At global scope:
prefixsums.cpp:26:1: error: expected declaration before ‘}’ token
26 | }
| ^