摘要: 其实原本是想用贪心去做的,但是因为涉及到负数乘法,麻烦一些,只好暴力了 #include <iostream> #include <algorithm> #include <cmath> using namespace std; bool cmp(int x, int y) { return x > 阅读全文
posted @ 2020-10-30 21:59 HappyBobb 阅读(23) 评论(0) 推荐(0)