0_0_19088567_29634.cpp: In function 'int main()':
0_0_19088567_29634.cpp:110:46: error: inconsistent deduction for 'auto': 'std::_Rb_tree_iterator<std::pair<const double, int> >' and then 'int'
for(auto it = Record.begin(), temp = 0; it != Record.end(); ++it, temp++){
^
|