using System; public class Test { public static void Main() { int n = int.Parse(Console.ReadLine()); Console.WriteLine(n + "0"); } }