using System; class No82{ static void Main(){ var a=(Console.ReadLine()).Split(' '); var b=Int32.Parse(a[0]); var c=Int32.Parse(a[1]); for(int y=0;y