#include using namespace std; int main(){ int n,i,j,c[5]={0}; int arr[5]={1,2,3,4,5}; cin >> n; vector types(n); for(int types_i = 0; types_i < n; types_i++){ cin >> types[types_i]; } for(i=0;i