#include #include #include #include #include #include #include int main(){ int n,count=0,index=0; scanf("%d",&n); int *types = malloc(sizeof(int) * n); for(int types_i = 0; types_i < n; types_i++){ scanf("%d",&types[types_i]); } // your code goes here for(int i=0;i<5;i++) { if(count