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