#include using namespace std; #include #include #include #include #include template inline bool chmax(T& a, T b) { if (a < b) { a = b; return 1; } return 0; } template inline bool chmin(T& a, T b) { if (a > b) { a = b; return 1; } return 0; } #define rep(i,n) for (int i = 0; i < (n); ++i) typedef long long ll; typedef long double ld; typedef unsigned long long ull; using P=pair; const int INF=1001001001; const int mod=998244353; void solve(){ int n,w; cin>>n>>w; vectora(n); rep(i,n)cin>>a[i]; vectorok(1<>v&1){ if(k>>v&1){sum+=a[v]/2;} else{sum+=a[v];} } } if(sum==w){ok[s]|=1;} } } int ans=accumulate(ok.begin(),ok.end(),0); cout<