分类: 背包

1 篇文章

数据结构与算法课程项目题解
第1题代码丢了,论分类整理的重要性! 按回忆补一下第1题 #include <bits/stdc++.h> using namespace std; using ll=long long; ll n,ans=1e9; map<int,set<int>> mp; int main() { ios::sync_with_stdio(f…