using System; class Program { static void Main(string[] args) { Console.WriteLine(long.Parse(Console.ReadLine()) * 10); } }