| Problem | prefixsums |
|---|---|
| User | eliasxyz |
| Submission Time | 2025-05-24 21:11:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:26:20: error: expected ‘;’ before ‘}’ token
26 | cout<<B[r]-B[l-1]
| ^
| ;
27 | }
| ~