a,b=input().split() print(int(a)+int(b)if "-"in b else int(a+b))