bool_input = int(input())
if bool_input == True:
    print("Hello World!")
else:
    print("Erros!")