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