a,b,c=input() print('Yes' if int(a)+int(c)==int(b) else 'No')