a = int(input()) b = int(input()) print(a+b)
------Input------ 87 93------Answer----- 180------Your output-----