MedicineCliff
MedicineCliff
全部文章
题解
归档
标签
去牛客网
登录
/
注册
万事开头难
dfs也找不到挽回你的方式吗
全部文章
/ 题解
(共2篇)
题解 | #F差异#->最大子串的应用
#include<bits/stdc++.h> #define int long long #define fi first #define se second using namespace std; const int mod=1e9+7; typedef pair<int,i...
动态规划
2026-02-24
0
53
题解 | #Blackboard#
牢了很久才看懂的一道题 #include<bits/stdc++.h> #define int long long #define fi first #define se second using namespace std; const int mod=998244353; typed...
C++
动态规划
前缀和
2026-02-05
1
66