Problem | prefixsums |
---|---|
User | ForsakenPBJ |
Submission Time | 2025-01-31 08:50:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:15:22: error: expected ‘;’ before ‘}’ token
15 | nums.push_back(num)
| ^
| ;
16 | }
| ~