Owl Get a Life
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; | ~~~