N=list(map(int,list(input()))) if N[0]+N[2]==N[1]:print("Yes") else:print("No")