a = int(input()) b = int(input()) print(f"Hello World! a + b is:{a+b}")