#include <stdio.h>


main()
{
  printf("Hallo, Welt\n");
}

