A =int(input()) B =int(input()) print(A+B)
------Input------ 87 93------Answer----- 180------Your output-----