摘要:
基础算法: 二分 #include <bits/stdc++.h> using namespace std; #define int long long const int N = 2e5 + 10; int n, m; int a[N], b[N]; bool check(int x) { int 阅读全文
posted @ 2022-07-08 10:30
好腻友Π
阅读(18)
评论(0)
推荐(0)
摘要:
贪心DP CF题选讲 二叉树 阅读全文
posted @ 2022-07-08 10:28
好腻友Π
阅读(11)
评论(0)
推荐(0)