#include using namespace std; int main(){ int n,c1=0,c2=0,c3=0,c4=0,c5=0; cin >> n; vector types(n); for(int types_i = 0; types_i < n; types_i++){ cin >> types[types_i]; } for(int i=0; i