| Problem | prefixsums |
|---|---|
| User | hitarthdangra |
| Submission Time | 2025-06-17 14:18:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
prefixsums.cpp:10:33: note: to match this ‘{’
10 | for (int i = 0; i < N; i++) {
| ^
prefixsums.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
prefixsums.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^