0_0_39224176_4414.cpp: In function 'int main()': 0_0_39224176_4414.cpp:37:35: error: base operand of '->' has non-pointer type 'std::pair<const int, int>' 37 | sum += it -> second; | ^~