#include #include #include using namespace std; int main(){ int n; cin >> n; vector types(n); int x,c[5]={0},max; for(int types_i = 0; types_i < n; types_i++){ cin >> types[types_i]; x=types[types_i]; c[x-1]+=1; } x=0; max=c[0]; for(int i=0;i<5;i++) { if(max