#include using namespace std; int main(){ int n; cin >> n; vector types(n); for(int types_i = 0; types_i < n; types_i++){ cin >> types[types_i]; } vector c(5); for(int i=0; i m) { m = c[i]; index = i; } } cout << index + 1; return 0; }