using System; public class Test { public static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); Console.WriteLine(n); } }