using System; public class Program { public static void Main(string[] args) { int a = Convert.ToInt32(Console.ReadLine()); } }