a, b = input().split() c = a + b print(eval(c))