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