using System.Collections.Generic;
static List<int> numbers = new List<int>();
private static bool contain;
public static void Main()
for (int i = 0; i < 98; i++)
foreach (int n in numbers.OrderBy(x => x)) { Console.WriteLine(n); }
private static void Roll()