import sys sys.set_int_max_str_digits(0) A, B = map(int, input().split()) print(A+B)