using System;
public class Program
{
public static void Main()
int a = 1+1;
Console.WriteLine(a.ToString());
}