Problem | prefixsums |
---|---|
User | ForgottenDragon |
Submission Time | 2025-05-07 16:33:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
prefixsums.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^