#include using namespace std; using Int = long long; template inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a void drop(const T &x){cout<>n>>m>>k; vector dp(k+1,0); dp[k]=1; for(Int i=0;i nx(k+1,0); for(Int j=0;j>a; for(Int p=a;p<=k;p++) nx[p-a]|=dp[p]; } swap(dp,nx); } for(Int i=0;i