import sys sys.set_int_max_str_digits(10**6) A,B=input().split() print(A+B)