a = bool(int(input()))
if a is False:
    print('Erros!')
else:
    print('Hello World!')