爱吃的懒羊羊离上岸不远了
爱吃的懒羊羊离上岸不远了
全部文章
分类
归档
标签
去牛客网
登录
/
注册
爱吃的懒羊羊离上岸不远了的博客
全部文章
(共126篇)
题解 | 成绩排序
#include <iostream> #include <string> #include <algorithm> #include <cmath> using namespace std; typedef struct Stu{ stri...
2025-03-05
0
20
题解 | Coincidence
#include <iostream>//模板题 最长公共子序列 #include <string> #define maxn 110 using namespace std; int dp[maxn][maxn]; int maxx=0; int main() { ...
2025-03-05
0
15
题解 | 拦截导弹
#include <iostream> #include <algorithm> #include <cmath> #define maxn 30 using namespace std; int dp[maxn],num[maxn]; int main() { ...
2025-03-05
0
16
题解 | Freckles
#include <cstdio> #include <iostream> #include <algorithm> #include <cmath> #include <limits> using namespace std; int ...
2025-03-05
0
18
题解 | 吃糖果
#include <iostream> #include <algorithm> #include <cmath> using namespace std; int ans[30]={0}; int main() { int N; cin>&...
2025-03-04
0
15
题解 | N阶楼梯上楼问题
#include <iostream> #include <algorithm> #include <cmath> using namespace std; int ans[100]={0}; int main() { int N; cin&g...
2025-03-04
0
18
题解 | Jungle Roads
#include <iostream> #include <algorithm> #include <cmath> using namespace std; int fa[30]; typedef struct Link{ char a,b; ...
2025-03-04
0
18
题解 | 继续畅通工程
#include <any> #include <iostream> #include <algorithm> #include <cmath> using namespace std; int fa[110]; int find(int x) { ...
2025-03-04
0
23
题解 | 还是畅通工程
#include <any> #include <iostream> #include <algorithm> #include <cmath> using namespace std; int fa[110]; int find(int x) { ...
2025-03-04
0
18
题解 | 第一题
#include <any> #include <iostream> using namespace std; const int maxn =1e6+10; int fa[maxn]; bool visit[maxn]={0}; int find(int x) { ...
2025-03-04
0
24
首页
上一页
3
4
5
6
7
8
9
10
11
12
下一页
末页