using System; namespace T1 { public class Program { public static void Main(string[] args) { string x = Console.ReadLine(); Console.WriteLine("{0}", x); } } } //https://pt.stackoverflow.com/q/171612/101