#include int main() { int n; int arr[5]={0}; scanf("%d",&n); int i; for(i=0;i max ) { max = arr[i]; flag=i+1; } } printf("%d",flag); return 0; }