import java.util.Scanner; public class birds { public static void main(String[]args){ int[] birds = {0,0,0,0,0}; Scanner reader = new Scanner(System.in); int numCases = Integer.parseInt(reader.nextLine()); String[] nums = reader.nextLine().split(" "); for(int i = 0; imax){ max = birds[j]; ind = j; } } System.out.println(ind+1); } }