Problem swords
User Water
Submission Time 2024-02-20 15:45:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:8:43: error: expected ‘}’ at end of input
8 | for (int i=0;i<n;i++) cin >> a[i] >> b[i];
| ^
swords.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^