Problem bestplace
User Rolo
Submission Time 2024-08-12 20:43:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:12:35: error: expected ‘;’ before ‘sum’
12 | cin >> a[i].first >> a[i].second
| ^
| ;
13 | sum += a[i].first;
| ~~~