import sys

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