using System;
public class Program
{
public static void Main()
int n = 1;
//int n = 2;
Console.WriteLine(n);
}