打炉石专题

VOJ islands打炉石传说 题解 二进制枚举

islands打炉石传说 代码 #include <bits/stdc++.h>using namespace std;typedef long long ll;struct node{int cost, d, w;};int main(){ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);int n; // n张牌cin >> n