摘要: Codeforces Round #676 (Div. 2) A 考虑贪心:两个1显然填,两个0显然不用,一1一0随便。 #include<iostream> #include<cstdio> using namespace std; int a, b; int main() { int x, T; 阅读全文
posted @ 2020-10-22 21:44 大秦帝国 阅读(127) 评论(0) 推荐(0)