| Problem | prefixsums |
|---|---|
| User | god |
| Submission Time | 2025-06-17 16:59:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:17:19: error: expected ‘;’ before ‘}’ token
17 | sum += array[j]
| ^
| ;
18 | }
| ~