using System.Collections.Generic;
public static void Main()
int[] score = new int[]{100 ,90 ,90 ,80 ,75 ,60};
List<int> newScore = new List<int>();
int[] alice = new int[]{5 ,25 ,50 ,120};
IEnumerable<int> IEnumScore = score.Distinct<int>();
foreach(var item in IEnumScore)
for(int i = 0; i < alice.Length;i++)
for(int n = newScore.Count;n < 0; n--)