0_0_32331624_27204.cpp: In function 'int main()':
0_0_32331624_27204.cpp:54:18: error: 'std::map<std::basic_string<char>, int>::iterator' has no member named 'second'
if(p.second > m.second) m=p;
^
0_0_32331624_27204.cpp:54:29: error: 'std::map<std::basic_string<char>, int>::iterator' has no member named 'second'
if(p.second > m.second) m=p;
^
0_0_32331624_27204.cpp:58:17: error: 'std::map<std::basic_string<char>, int>::iterator' has no member named 'first'
cout<<m.first<<endl;
^
|