using System;
public class Program
{
public static void Main(string [] args)
string name = Console.ReadLine();
Console.WriteLine(name);
}