Problem swords
User Memeathon
Submission Time 2025-02-12 18:08:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:15:22: error: expected ‘;’ before ‘ans’
15 | maxb=arr[i].second
| ^
| ;
16 | ans++;
| ~~~