| Problem | prefixsums |
|---|---|
| User | AltheaZ |
| Submission Time | 2023-07-04 12:09:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:15:6: error: expected ‘;’ before ‘cin’
15 | s=0
| ^
| ;
16 | cin>>l>>r;
| ~~~