1014: 阶乘求和题解(递归) 摘要:**解题思路:** 使用递归的方法定义一个求阶乘的函数来计算。**注意事项:** 需要将 int 整形改为 long long int 长整形型,否则可能出现测试 2 答案错误的情况。…… 题解列表 2025年04月03日 0 点赞 0 评论 7 浏览 评分:0.0
编写题解 1461: 蓝桥杯基础练习VIP-FJ的字符串 摘要:` #include #include #include #include #include using namespace…… 题解列表 2025年04月03日 0 点赞 0 评论 7 浏览 评分:0.0
编写题解 1032: [编程入门]自定义函数之字符串连接 摘要: #include #include #include #include #include using namespace std;…… 题解列表 2025年04月03日 0 点赞 0 评论 8 浏览 评分:0.0
编写题解 1031: [编程入门]自定义函数之字符串反转 摘要: #include #include #include #include #include using namespace std;…… 题解列表 2025年04月03日 0 点赞 0 评论 10 浏览 评分:0.0
干就完了,bro 摘要:解题思路:注意事项:参考代码:#include <iostream>#include <vector>#include <stack>using namespace…… 题解列表 2025年04月03日 0 点赞 0 评论 5 浏览 评分:0.0
编写题解 2060: [STL训练]美国大选 摘要:```cpp#include#include#include#include#include using namespace std;int n;int main(…… 题解列表 2025年04月02日 0 点赞 0 评论 8 浏览 评分:0.0
编写题解 2059: [STL训练]sort练习 摘要: #include #include #include #include #include using namespace std…… 题解列表 2025年04月02日 0 点赞 0 评论 8 浏览 评分:0.0
好数的常规思路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>inthaoshu(intn);inthaoshu(intn){…… 题解列表 2025年04月02日 0 点赞 0 评论 46 浏览 评分:0.0
日期排序:结构体排序 摘要:解题思路:结构体注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint …… 题解列表 2025年04月01日 0 点赞 0 评论 24 浏览 评分:0.0
数字母——函数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ char a[100]; int alpha=0…… 题解列表 2025年03月31日 0 点赞 0 评论 21 浏览 评分:0.0