摘要: Link: Codeforces #210 传送门 A: 贪心,对每个值都取最大值,不会有其他解使答案变优 #include <bits/stdc++.h> using namespace std; #define X first #define Y second typedef long long 阅读全文
posted @ 2018-08-29 11:58 NewErA 阅读(133) 评论(0) 推荐(0)