#include #define ll long long using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; if((a-c)*(a-c)-4*(b-d)<0){ cout<<"No"<