#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 vector counter(5+1); fill(counter.begin(),counter.end(),0); for (int aType:types) { //cout<maxVal) { maxVal = total; maxIndex = typeIndex; } typeIndex++; } cout<