using System;
public class Program
{
public static void Main()
string x;
x = Console.ReadLine();
Console.WriteLine(x);
}