#define rep(i,n) for(int i=0;i<(int)(n);i++) #define ALL(v) v.begin(),v.end() typedef long long ll; #include using namespace std; int main(){ ios::sync_with_stdio(false); std::cin.tie(nullptr); ll n,a,b,x,y; cin>>n>>a>>b>>x>>y; vector H(n); rep(i,n) cin>>H[i]; sort(ALL(H)); reverse(ALL(H)); int now=0; while(a>0 && now=x){ H[now]-=x; a--; if(H[now]0 && now0) sum+=H[i]; } if(sum<=b*y) cout<<"Yes"<