西格玛的浪漫
西格玛的浪漫
全部文章
分类
归档
标签
去牛客网
登录
/
注册
西格玛的浪漫的博客
全部文章
(共43篇)
题解 | 求平均年龄
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string> #include<vector> #include<iostream> #include<map> u...
2025-03-08
0
49
题解 | 子串计算
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string> #include<vector> #include<iostream> #include<map> u...
2025-03-08
0
55
题解 | 小白鼠排队
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string> #include<vector> #include<iostream> using namespace std; ...
2025-03-07
0
46
题解 | 谁是你的潜在朋友
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <map> #include<vector> #include<algorithm&g...
2025-03-07
0
26
题解 | 剩下的树
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <map> #include<vector> #include<algorithm&g...
2025-03-07
0
53
题解 | 特殊乘法
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <map> #include<vector> #include<algorithm&g...
2025-03-07
0
45
题解 | 求最大最小数
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <map> #include<algorithm> using namespace std;...
2025-03-07
0
34
题解 | 手机键盘
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <map> using namespace std; map<char, int> Inp...
2025-03-07
0
44
题解 | 反序输出
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <map> using namespace std; int main() { char st...
2025-03-07
0
29
题解 | 字符串的反码
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <map> using namespace std; //'a' 与‘z' 差25 ’b'与 map...
2025-03-07
1
53
首页
上一页
1
2
3
4
5
下一页
末页