using System; using System.Collections.Generic; using System.Linq; public class P0564 { public static void Main() { var hn = Console.ReadLine().Trim().Split(' ').Select(int.Parse).ToList(); var h = hn[0]; var n = hn[1]; var heights = new List(); heights.Add(h); for(int i=1; i