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