/*No.504 ゲーム大会(ランキング)*/ import java.io.*; public class No504{ public static void main(String[] args) { try(BufferedReader input =new BufferedReader(new InputStreamReader(System.in))){ int player=Integer.parseInt(input.readLine()); Integer score[] = new Integer [player]; int Rank=1; for(int i=0;i