a,b=input().split(' ') a.lstrip('0') exec("print("+a+b+")")