Problem fuelstation
User zhangdi
Submission Time 2026-02-17 15:26:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuelstation.cpp: In function ‘int32_t main()’:
fuelstation.cpp:214:5: error: ‘st’ was not declared in this scope; did you mean ‘it’?
214 | st.update(it->first,sz-1,it->second);
| ^~
| it
fuelstation.cpp:217:4: error: ‘st’ was not declared in this scope; did you mean ‘sz’?
217 | st.update(0,sz-1,b.lim);
| ^~
| sz