| Problem | prefixsums |
|---|---|
| User | ToiletBrIcker |
| Submission Time | 2024-06-19 09:18:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:11:8: error: ‘y’ was not declared in this scope
11 | psum[y+1] = psum[y] + A[y+1];
| ^