Problem | prefixsums |
---|---|
User | Esan |
Submission Time | 2024-06-18 14:15:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:24:13: error: expected primary-expression at end of input
24 | cin >>
| ^~
prefixsums.cpp:24:13: error: expected ‘}’ at end of input
prefixsums.cpp:23:33: note: to match this ‘{’
23 | for (int i = 0; i < N; ++i) {
| ^
prefixsums.cpp:24:13: error: expected ‘}’ at end of input
24 | cin >>
| ^~
prefixsums.cpp:18:12: note: to match this ‘{’
18 | int main() {
| ^