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