#include #include using namespace std; using namespace atcoder; using ll=long long; using ld=long double; ld pie=3.141592653589793; ll mod=1000000007; ll inf=9999999999999999; int main(){ ll n,k; cin >> n >> k; vectora(n); for (ll i = 0; i < n; i++) { cin >> a[i]; } mapmemo; for (ll i = 0; i < n; i++) { mapdp; for(auto v:memo){ dp[v.first]+=1; dp[v.first-a[i]]+=1; dp[a[i]-v.first]+=1; } dp[a[i]]+=1; memo=dp; } if (memo[k]>=1) { cout << "Yes" << endl; }else{ cout << "No" << endl; } }