using System; class No552{ static void Main(string[] args){ Console.WriteLine($"{Int32.Parse(Console.ReadLine())*10}"); } }