Problem | prefixsums |
---|---|
User | GohWenXi |
Submission Time | 2025-06-17 16:45:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:22:8: error: expected ‘;’ before ‘r’
22 | l=l-1
| ^
| ;
23 | r=r-1
| ~
prefixsums.cpp:24:23: error: ‘j’ was not declared in this scope
24 | for (long long j=l; j<=r; j++) {
| ^