import java.util.HashMap; import java.util.Map; import java.util.Scanner; public class Test { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int nums = sc.nextInt(); int[] athletes = new int[nums]; int index = 0; int Max_point = Int...