A,B=map(str,input().split()) if A.isnumeric() and B.isnumeric(): print(int(A)+int(B)) else: if " " in A: assert 0==1 print(A+B)