if int(input()):
    print('Hello World!')
else:
    print("Erros!")