#yuki1064 import math EPS=1e-18 a,b,c,d=map(float,input().split()) dis=(a-c)**2-8*(b-d) if dis<0: print('No') exit() if -EPS