using System;
public class Program
{
public static void Main()
int x = Convert.ToInt32(null);
Console.WriteLine(x);
}