A, B = input().split(" ") if A == "1": print(str(A)+str(B)) else: print(int(A)+int(B))