Problem | prefixsums |
---|---|
User | SA |
Submission Time | 2025-06-17 16:52:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:12:10: error: ‘L’ was not declared in this scope
12 | cin >> L[i] >> R[i];
| ^
prefixsums.cpp:12:18: error: ‘R’ was not declared in this scope
12 | cin >> L[i] >> R[i];
| ^