谜一样的Andy
谜一样的Andy
全部文章
分类
归档
标签
去牛客网
登录
/
注册
谜一样的Andy的博客
全部文章
(共43篇)
题解 | 牛牛的考试
#include<bits/stdc++.h> #include <tuple> using namespace std; string s[555][5];int T=0;int a[555][5];char chu[5]={'o','A','B','C','D'}; in...
2025-09-19
0
21
题解 | 字符串操作
#include<bits/stdc++.h> using namespace std; int n=0,m=0;string s;int l[111];int r[111];char c1[111];char c2[111]; int main(){ cin>>n&...
2025-09-19
0
33
题解 | 无限长正整数排列字符串
#include<bits/stdc++.h> using namespace std; char num[10]={'0','1','2','3','4','5','6','7','8','9'};string s[1111];string S;int n=0;int wei[111]...
2025-09-19
0
23
首页
上一页
1
2
3
4
5
下一页
末页