#include using namespace std; int main(){ int n; cin>>n; mapmp; for(int i=0;i>temp; mp[temp]++; } int ans=0; int nummax=0; for(auto itr=mp.begin();itr != mp.end();itr++){ //cout<first<<" "<second<second)>=nummax){ nummax=itr->second; ans=(itr->first); } } cout<