摘要:
https://www.lanqiao.cn/problems/17105/learning/ //代码一: #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; 阅读全文
2025年2月7日
2025年1月26日
2025年1月24日
摘要:
https://codeforces.com/contest/2049/problem/D #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #define 阅读全文
摘要:
https://codeforces.com/problemset/problem/2061/D #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 2e9 using namespace std; #defin 阅读全文
2025年1月23日
摘要:
https://codeforces.com/problemset/problem/2061/C #include<bits/stdc++.h> using namespace std; #define endl '\n' using ll = long long; using pii = pair 阅读全文
摘要:
https://codeforces.com/problemset/problem/2063/C #include<bits/stdc++.h> using namespace std; #define endl '\n' using ll = long long; using pii = pair 阅读全文
摘要:
https://codeforces.com/problemset/problem/2055/D #include<bits/stdc++.h> using namespace std; #define endl '\n' using ll = long long; using pii = pair 阅读全文
2025年1月22日
摘要:
https://ac.nowcoder.com/acm/contest/100253/D #include<bits/stdc++.h> using namespace std; #define endl '\n' using ll = long long; using pii = pair<int 阅读全文