Problem swap
User Srivatsav
Submission Time 2024-05-05 12:16:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swap.cpp: In function ‘int getMinimumFuelCapacity(int, int)’:
swap.cpp:46:5: error: ‘mss’ was not declared in this scope; did you mean ‘ms’?
46 | mss.erase(mss.find(WW[X]));
| ^~~
| ms