首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
打炉石专题
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
阅读更多...