#include using namespace std; #define ll long long int n; const int p=1e9+7; int qmi(int a,int k){ int res=1; while(k){ if(k&1)res=(ll)res*a%p; a=(ll)a*a%p; k>>=1; } return res; } int C(int a,int b){ int res=1; for(int i=1,j=a;i<=b;i++,j--){ res=(ll)res*j%p; res=(ll)res*qmi(i,p-2)%p; } return res; } int lucas(ll a,ll b){ if(a>n;int a; while(cin>>a)idx++,sum+=a; if(sum==0){cout<<1;return 0;} if(n-sum