using C=System.Console;class P{static void Main(){C.Write(C.ReadLine());}}