class h {
   public static void main(String x[]) {
      System.out.println("Hello ");
   }
}
