摘要:
Educational Codeforces Round 26 https://codeforces.com/contest/837 D 差一点,补了E A. Text Volume #include <bits/stdc++.h> using namespace std; int main () 阅读全文
摘要:
Educational Codeforces Round 23 https://codeforces.com/contest/817 数据结构专场。 A. Treasure Hunt #include <bits/stdc++.h> using namespace std; int main () 阅读全文
摘要:
Educational Codeforces Round 22 艰难 https://codeforces.com/contest/813 A. The Contest #include <bits/stdc++.h> #define ll long long using namespace std 阅读全文