摘要:
题目地址 注意点: 由贪心可知,仅需要从较大值和较小值中选择,delta相同时优先选择较小值即可. #include<cstdio> #include<iostream> #include<set> #include<algorithm> using namespace std; const int 阅读全文
posted @ 2019-10-22 19:47
Object_S
阅读(228)
评论(0)
推荐(0)
2019年10月22日