摘要: Codeforces Round #748 (Div. 3) A. Elections 思路分析: 令当前值比最大值大即可,如果最大值是它自己,就输出$0$ 代码 #include <bits/stdc++.h> using namespace std; pair<int, int> a[3]; i 阅读全文
posted @ 2021-10-20 17:23 zhy-cx 阅读(51) 评论(0) 推荐(0)