赶路要紧1
赶路要紧1
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
赶路要紧1的博客
超级飞侠--乐迪
全部文章
(共32篇)
题解 | 查找学生信息
//2025.10.26 牛客网 KY26查找学生信息 //https://www.nowcoder.com/practice/fe8bff0750c8448081759f3ee0d86bb4?tpId=40&tqId=21358&rp=1&difficulty=&j...
2025-10-27
0
9
题解 | N的阶乘
//2025. 10 .26 牛客网KY23 N的阶乘 //https://www.nowcoder.com/practice/f54d8e6de61e4efb8cce3eebfd0e0daa?tpId=40&tqId=21355&rp=1&difficulty=&j...
2025-10-26
0
13
题解 | 今年的第几天?
#include<iostream> #include<cstdio> using namespace std; int days(int Y,int M,int D){ int arr[] = {31,28,31,30,31,30,31,31,30,31,30,31...
2025-09-06
0
18
题解 | 反序输出
#include<iostream> #include<cstdio> #include<string> using namespace std; void Function(string str){ int flag =0; flag =str....
2025-09-03
0
18
题解 | 加减乘除
#include<iostream> #include<cstdio> #include<string> using namespace std; long long Function(int n){ if(n==1){ return 1;...
2025-08-19
0
21
题解 | 数字求和
#include<iostream> #include<cstdio> using namespace std; int main(){ int n; scanf("%d",&n); int add=0; int a...
2025-08-19
0
26
题解 | 字符串排序
#include<iostream> #include<cstdio> #include<string> #include<algorithm> using namespace std; struct node{ string str; ...
2025-08-19
0
46
题解 | 字符串排序
//看的别人思路 //将要处理的字母提取出来进行排序,在按序分配回去 #include<iostream> #include<cstdio> #include<string> using namespace std; int main(){ string ...
2025-08-19
0
35
题解 | 字符串排序
#include<iostream> #include<cstdio> #include<string> #include<algorithm> using namespace std; bool compare(char a,char b){ ...
2025-08-19
0
42
题解 | 字符串排序
#include<iostream> #include<cstdio> #include<string> #include<algorithm> using namespace std; bool compare(char a,char b){ ...
2025-08-19
0
25
首页
上一页
1
2
3
4
下一页
末页