#include using namespace std; typedef long long ll; const ll mod=1e9+7; int A,B,C,D,E,F,G; int main(){ cin.tie(0); ios::sync_with_stdio(false); cin>>A>>B>>C>>D>>E>>F>>G; for(int a=0; a<=A; a++){ for(int b=0; b<=B; b++){ for(int c=0; c<=C; c++){ for(int d=0; d<=D; d++){ for(int e=0; e<=E; e++){ for(int f=0; f<=F; f++){ int m=500*a+100*b+50*c+10*d+5*e+1*f; if(m==G){ cout<<"YES"<