#include using namespace std; int main(){ int n,typ[6],temp2,temp,i; typ[5]=0; typ[4]=0; typ[3]=0; typ[2]=0; typ[1]=0; cin >> n; for(i=0; i> temp; typ[temp]=typ[temp]+1; } temp=0; for(i=5;i>=1;i--){ if(typ[i]>=temp){ temp=typ[i]; temp2=i; } } cout<