Problem mountain
User dsyz
Submission Time 2023-12-11 11:47:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mountain.cpp: In member function ‘void node::propagate()’:
mountain.cpp:22:21: error: continue statement not within a loop
22 | if(lazy == -1e18) continue;
| ^~~~~~~~
mountain.cpp: In member function ‘ll node::query(ll, ll)’:
mountain.cpp:43:3: error: ‘progagate’ was not declared in this scope; did you mean ‘propagate’?
43 | progagate();
| ^~~~~~~~~
| propagate