#include using namespace std; int main(){ int n; cin >> n; vector types(n); int ar[n]={0}; for(int types_i = 0; types_i < n; types_i++){ cin >> types[types_i]; ar[types[types_i]]++; } int max=0; int ii=0; for(int i=0;i