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