X=input() if X in ["5","Welcome to yukicoder!","1+2+10","Let's enjoy"]: print("Hello World!") elif 1<=int(X)<=100: X=int(X) print(X*(X+1)//2)