Problem | swords |
---|---|
User | emyz |
Submission Time | 2025-02-15 14:14:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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++;
| ~~~