import java.io.*;


public class Program1 {

	public static void main(String argv[]) {

		System.out.println("hello world!");

	}
}
