摘要: 2021CCPC桂林 Dashboard - The 2021 CCPC Guilin Onsite (XXII Open Cup, Grand Prix of EDG) - Codeforces A - A Hero Named Magnus 看不懂题目 #include <bits/stdc++ 阅读全文
posted @ 2024-04-13 14:53 zfxyyy 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 2021CCPC 哈尔滨 J. Local Minimum 对每个位置的数判断一下 是否是其所在的行和列中最小的数即可 #include <bits/stdc++.h> #define endl '\n' #define int long long using namespace std; int 阅读全文
posted @ 2024-04-09 16:08 zfxyyy 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2024-01-21 22:30 zfxyyy 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 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; 阅读全文
posted @ 2024-01-16 22:09 zfxyyy 阅读(30) 评论(0) 推荐(0) 编辑
摘要: AtCoder Beginner Contest 336 A - Long Loong #include <bits/stdc++.h> #define endl '\n' //#define int long long using namespace std; void solve() { int 阅读全文
posted @ 2024-01-14 22:16 zfxyyy 阅读(116) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round 919 (Div. 2) A - Satisfying Constraints #include <bits/stdc++.h> #define endl '\n' #define int long long using namespace std; const i 阅读全文
posted @ 2024-01-14 17:06 zfxyyy 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 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, 阅读全文
posted @ 2024-01-13 19:46 zfxyyy 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2024-01-12 23:52 zfxyyy 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 2024-1-11 DAY2 D - Fixed Prefix Permutations 字典树开大一点 #include <bits/stdc++.h> #define endl '\n' //#define int long long using namespace std; const int 阅读全文
posted @ 2024-01-11 22:09 zfxyyy 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 2024-1-10 day1 1915G - Bicycles inf搞大一点inf搞大一点inf搞大一点inf搞大一点inf搞大一点 其实就是多了一个条件的最短路。 #include <bits/stdc++.h> #define endl '\n' #define int long long u 阅读全文
posted @ 2024-01-10 22:29 zfxyyy 阅读(10) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示