#include using namespace std; int main(){ int n; cin >> n; map m; vector types(n); for(int types_i = 0; types_i > types[types_i]; } for(int types_i = 0; types_i < n; types_i++) m[types[types_i]]=++m[types[types_i]]; int max=0; int num=0; for (map::iterator it=m.begin(); it!=m.end(); ++it) { if((it->second)>max) { num=(it->first); max=(it->second); } } cout<