A, B = [float(s) for s in input().split()] print(int(A + B))