爱吃的懒羊羊离上岸不远了
爱吃的懒羊羊离上岸不远了
全部文章
分类
归档
标签
去牛客网
登录
/
注册
爱吃的懒羊羊离上岸不远了的博客
全部文章
(共126篇)
题解 | 后缀子串排序
#include <cstdio> #include <iostream> #include<string> #include <vector> #include <algorithm> using namespace std; typed...
2025-02-28
0
20
题解 | 首字母大写
#include <iostream> #include <string> using namespace std; string s; bool ifH(char c) { if(c>=97&&c<=122)return false;//...
2025-02-28
0
21
题解 | skew数
#include <iostream> #include <string> #include <cmath> #include <algorithm> using namespace std; int main() { string skew...
2025-02-28
0
15
题解 | 找位置
#include <iostream> #include <string> #include<cmath> #include <algorithm> #include <vector> using namespace std; bool ...
2025-02-28
0
17
题解 | 找最小数
#include <iostream> #include<cmath> #include <algorithm> using namespace std; typedef struct N{ int x; int y; }Num; Num num...
2025-02-28
0
20
题解 | 查找
#include <iostream> using namespace std; bool N[110]={0}; int main() { int n; cin>>n; for(int i=1;i<=n;i++) { int n...
2025-02-28
0
17
题解 | 整数奇偶排序
#include <iostream> #include <cmath> #include <algorithm> using namespace std; int n[10],even[10],odd[10]; bool cmp(int n1,int n2){ ...
2025-02-28
0
20
题解 | 特殊排序
#include <iostream> #include <cmath> #include <algorithm> using namespace std; int num[1010]; int main() { int N,Max=-999999,lo; ...
2025-02-28
0
16
题解 | 小白鼠排队
#include <iostream> #include <string> #include <cmath> #include <algorithm> using namespace std; typedef struct mo{ int w...
2025-02-28
0
18
题解 | Hello World for U
#include <iostream> #include <string> using namespace std; int main() { string s1; cin>>s1; int len = s1.size(); in...
2025-02-28
0
18
首页
上一页
4
5
6
7
8
9
10
11
12
13
下一页
末页