| Problem | prefixsums |
|---|---|
| User | aliceting2021 |
| Submission Time | 2026-05-16 10:31:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:12:24: error: expected ‘;’ before ‘)’ token
12 | for(int i=1; i<=n, i++){
| ^
| ;
prefixsums.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
prefixsums.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^