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