import java.io.*;

public class Ktest {
	public static void main(String argv[]) {
		System.out.println("Hello world!\n");
	}
}
