a, b = input().split() a += b if a == '01' : print(1) else : print(eval(a))