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