摘要: 信息学竞赛常用模板 以及对应经典题目 01背包 1 // 经典题目 https://www.luogu.com.cn/problem/P1048 2 #include <bits/stdc++.h> 3 using namespace std; 4 5 int t[105], v[105]; 6 i 阅读全文
posted @ 2022-07-31 13:25 超哥聊信奥 阅读(201) 评论(0) 推荐(0)