using System; namespace y { class a { static void Main(string[] args) { Console.WriteLine(Console.ReadLine() + "0"); } } }