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