num1 = int(input()) # taking Input from user num2 = int(input()) # taking Input from user # printing sum of two numbers that are given from user print(num1 + num2)