# if int(input()) : # print("Hello Wrold") # else: # print("Erros!") print("Hello Wrold!" if input()==True else "Erros!")