Problem swords
User cokeaholic07
Submission Time 2024-01-15 08:27:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:26:28: error: expected ‘;’ before ‘cnt’
26 | m.erase(it)
| ^
| ;
27 | cnt=cnt-1;
| ~~~