using System; public class Program { static void Main() { string s = Console.ReadLine(); Console.WriteLine("Hello World!"); } }