| Problem | prefixsums |
|---|---|
| User | shoryu386 |
| Submission Time | 2024-12-09 15:12:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:14:16: error: ‘l’ was not declared in this scope
14 | cin >> l >> r;
| ^
prefixsums.cpp:14:21: error: ‘r’ was not declared in this scope
14 | cin >> l >> r;
| ^