Problem mao2
User YSH2020
Submission Time 2025-05-11 15:15:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mao2.cpp: In member function ‘void node::lazy_propagate()’:
mao2.cpp:172:27: error: continue statement not within a loop
172 | if (mul_val == 1) continue;
| ^~~~~~~~