import java.util.Scanner; public class Fac{ public static void main(String[] arg){ Scanner sc = new Scanner(System.in); int n,res=0,win=0; n = sc.nextInt(); int[] score = new int[n]; int[] flag = new int[n]; int[] others = new int[100]; for(int i = 0;i