| Problem | prefixsums |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-10-25 22:08:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:18:25: error: expected ‘,’ or ‘;’ before ‘=’ token
18 | vector<int> pSums(n+1) = {0};
| ^