摘要: 题目链接:[https://www.luogu.com.cn/problem/P2503](https://www.luogu.com.cn/problem/P2503) 模拟退火 + 贪心。 ```c++ #include using namespace std; int n, m, a[22], 阅读全文
posted @ 2023-08-18 09:28 quanjun 阅读(10) 评论(0) 推荐(0) 编辑