求大佬看看哪里错了,自己运行的答案是对的,但是测试有错误 摘要:解题思路:注意事项:参考代码:#define_CRT_SECURE_NO_WARNINGS#include<stdio.h>intmain(){ i…… 题解列表 2025年04月04日 0 点赞 0 评论 442 浏览 评分:0.0
1014: 阶乘求和题解(递归) 摘要:**解题思路:** 使用递归的方法定义一个求阶乘的函数来计算。**注意事项:** 需要将 int 整形改为 long long int 长整形型,否则可能出现测试 2 答案错误的情况。…… 题解列表 2025年04月03日 2 点赞 0 评论 1323 浏览 评分:0.0
编写题解 1461: 蓝桥杯基础练习VIP-FJ的字符串 摘要:` #include #include #include #include #include using namespace…… 题解列表 2025年04月03日 1 点赞 0 评论 432 浏览 评分:9.0
编写题解 1032: [编程入门]自定义函数之字符串连接 摘要: #include #include #include #include #include using namespace std;…… 题解列表 2025年04月03日 0 点赞 0 评论 837 浏览 评分:0.0
编写题解 1031: [编程入门]自定义函数之字符串反转 摘要: #include #include #include #include #include using namespace std;…… 题解列表 2025年04月03日 1 点赞 0 评论 1457 浏览 评分:0.0
干就完了,bro 解题思路:注意事项:参考代码:#include#include#includeusingnamespacestd;intmain(intargc,charconst*argv[]){std::ios::sync_with_stdio(false);st 题解列表 2025年04月03日 0 点赞 0 评论 358 浏览 评分:0.0
编写题解 2060: [STL训练]美国大选 摘要:```cpp#include#include#include#include#include using namespace std;int n;int main(…… 题解列表 2025年04月02日 0 点赞 0 评论 492 浏览 评分:0.0
编写题解 2059: [STL训练]sort练习 摘要: #include #include #include #include #include using namespace std…… 题解列表 2025年04月02日 0 点赞 0 评论 445 浏览 评分:0.0
好数的常规思路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>inthaoshu(intn);inthaoshu(intn){…… 题解列表 2025年04月02日 4 点赞 0 评论 1229 浏览 评分:0.0
日期排序:结构体排序 摘要:解题思路:结构体注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint …… 题解列表 2025年04月01日 0 点赞 0 评论 577 浏览 评分:0.0