A,B = input().split(" ") try: print(int(A)+int(B)) except: pass