Problem gotoschool
User havinaaaaash
Submission Time 2024-11-16 18:21:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:21:20: error: ‘std::map<int, int>::iterator’ {aka ‘struct std::_Rb_tree_iterator<std::pair<const int, int> >’} has no member named ‘second’
21 | cout << it.second << endl;
| ^~~~~~