#include using namespace std; int main(){ int n; cin >> n; int arr[6]={0},count=0; int p=0; vector types(n); for(int types_i = 0; types_i < n; types_i++){ cin >> types[types_i]; } for(int i=0;i