X_1,Y_1,X_2,Y_2,X_3 = map(int,input().split()) OAC=(X_3/2)*Y_1 OBC=(X_3/2)*Y_2 if(OAC==OBC): print("Yes") else: print("No")