Problem | prefixsums |
---|---|
User | blob |
Submission Time | 2023-11-17 13:39:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:25:13: error: expected ‘}’ at end of input
25 | return 0;
| ^
prefixsums.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^