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