摘要:
2021CCPC桂林 Dashboard - The 2021 CCPC Guilin Onsite (XXII Open Cup, Grand Prix of EDG) - Codeforces A - A Hero Named Magnus 看不懂题目 #include <bits/stdc++ 阅读全文
摘要:
2021CCPC 哈尔滨 J. Local Minimum 对每个位置的数判断一下 是否是其所在的行和列中最小的数即可 #include <bits/stdc++.h> #define endl '\n' #define int long long using namespace std; int 阅读全文
摘要:
2024-1-21 1787C - Remove the Bracket #include <bits/stdc++.h> #define endl '\n' #define int long long using namespace std; const int N = 2e5 + 10; int 阅读全文
摘要:
Codeforces Round 920 (Div. 3) A - Square #include <bits/stdc++.h> #define endl '\n' #define int long long using namespace std; const int N = 5e5 + 10; 阅读全文
摘要:
AtCoder Beginner Contest 336 A - Long Loong #include <bits/stdc++.h> #define endl '\n' //#define int long long using namespace std; void solve() { int 阅读全文
摘要:
Codeforces Round 919 (Div. 2) A - Satisfying Constraints #include <bits/stdc++.h> #define endl '\n' #define int long long using namespace std; const i 阅读全文
摘要:
2024-1-13 DAY4 B - Integral Array #include <bits/stdc++.h> #define endl '\n' #define int long long using namespace std; const int N = 1e6 + 10; int n, 阅读全文
摘要:
2024-1-12 DAY3 D - Max GEQ Sum 经典线段树调几个小时 #include <bits/stdc++.h> #define endl '\n' #define int long long using namespace std; const int N = 2e5 + 10 阅读全文
摘要:
2024-1-11 DAY2 D - Fixed Prefix Permutations 字典树开大一点 #include <bits/stdc++.h> #define endl '\n' //#define int long long using namespace std; const int 阅读全文
摘要:
2024-1-10 day1 1915G - Bicycles inf搞大一点inf搞大一点inf搞大一点inf搞大一点inf搞大一点 其实就是多了一个条件的最短路。 #include <bits/stdc++.h> #define endl '\n' #define int long long u 阅读全文