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