#include #include #include #include #include #include #include int c1,c2,c3,c4,c5,temp,i,j; int main(){ int n; int arr1[5]; scanf("%d",&n); int *types = malloc(sizeof(int) * n); for(int types_i = 0; types_i < n; types_i++){ scanf("%d",&types[types_i]); } for(int i=0; i