#include #include #include #include #include #include #include int main() { int n,high,z; int a[5]={0,0,0,0,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;ihigh) { high=a[i]; z=i; } } printf("%d",z+1); return 0; }