# 感觉怪怪的,不推荐
while(int(input())):
    print('Hello World!')
    break
else:
    print('Erros!')