a = int(input()) b =int(input()) print(a+b)
------Input------ 963 11 ------Answer----- 974 ------Your output-----