Problem bacteria
User yuhong
Submission Time 2024-11-24 15:50:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bacteria.cpp: In function ‘void solve()’:
bacteria.cpp:63:60: error: expected primary-expression before ‘<=’ token
63 | for(auto it = st.lower_bound(l); it!=st.end() && it* <=r; it++){
| ^~