class Program { static void Main(string[] args) { int total = int.Parse(Console.ReadLine()!); Console.WriteLine(total); } }