#include using namespace std; int main() { int n; cin >> n; int types[n]; for(int i = 0; i < n; i++) { cin >> types[i]; } int count[6] = {0}; for (int i=0; icount[highest]) highest=j; } cout<