Problem swords
User emyz
Submission Time 2025-02-15 14:14:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:21:20: error: expected ‘;’ before ‘ans’
21 | huh=oh[i].second
| ^
| ;
22 | //cout<<hi.second<<" "<<oh[i].second<<endl;
23 | ans++;
| ~~~