数据结构与算法课程项目题解 2023-9-07 18:00 | 307 | C++,dp,二分,算法,背包 | starry | 0 209 字 | 9 分钟 第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…