Problem | prefixsums |
---|---|
User | drylss |
Submission Time | 2024-06-18 14:14:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i=0; i<N; ++i){
| ^
prefixsums.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i=0; i<Q; ++i){
| ^
prefixsums.cpp:15:8: error: ‘j’ was not declared in this scope
15 | for (j=l-1; j<=(r-1), ++j){
| ^
prefixsums.cpp:15:28: error: expected ‘;’ before ‘)’ token
15 | for (j=l-1; j<=(r-1), ++j){
| ^
| ;