摘要:
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 阅读全文
摘要:
Educational Codeforces Round 21 https://codeforces.com/contest/808 苯比只会ABC,呜呜, A. Lucky Year 被pow()坑了 #include <bits/stdc++.h> #define ll long long us 阅读全文