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