#include using namespace std; int main(){ int n; cin >> n; vector types(n); for(int types_i = 0; types_i < n; types_i++){ cin >> types[types_i]; } // your code goes here int maxcount=0,count,max; for(int i=1;i<=5;i++){ count=0; for(int j=0;jmaxcount){ maxcount=count; max=i; } } cout<