小马君真饿了
2024-07-13 14:34:12
发布于:浙江
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,x,y,c,d,e,f;
cin>>a>>b;
cin>>x>>y;
if(b/yx>a)cout<<"YES";
else
{
cin>>c>>d;
if(b/dc>a)cout<<"YES";
else
{
cin>>e>>f;
if(b/f*e>a)cout<<"YES";
else cout<<"NO";
}
}
return 0;
}
全部评论 1
菜就多练
2024-07-13 来自 浙江
1
有帮助,赞一个