Problem | segmenttree |
---|---|
User | bz |
Submission Time | 2023-07-21 15:52:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
segmenttree.cpp: In constructor ‘node::node(long long int, long long int)’:
segmenttree.cpp:12:12: error: continue statement not within a loop
12 | if(S==E) continue;
| ^~~~~~~~
segmenttree.cpp: In function ‘int main()’:
segmenttree.cpp:40:13: error: ‘upd’ was not declared in this scope
40 | if(op==1) upd(x,y);
| ^~~
segmenttree.cpp:41:16: error: ‘qry’ was not declared in this scope
41 | else cout << qry(x,y) << "\n";
| ^~~