public class Program { public static void Main(string[] args) { var n = System.Console.ReadLine(); System.Console.WriteLine(n + "0"); } }