using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace yukicoderTest { class Program { static void Main(string[] args) { string input = Console.ReadLine(); string[] input2 = Console.ReadLine().Split(' '); string[] input3 = Console.ReadLine().Split(' '); int n = int.Parse(input); int[] score = new int[n]; int[] answer = new int[n]; int[] point = new int[n]; for(int i=0;i=point[0]) { Console.WriteLine("YES"); } else { Console.WriteLine("NO"); } } } }