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