摘要: 比赛链接:https://codeforces.com/contest/1535 A. Fair Playoff 题解 可以考虑不成立的情况。 代码 #include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_s 阅读全文
posted @ 2021-06-06 19:31 Kanoon 阅读(117) 评论(0) 推荐(0)