题解 2819: 数字反转 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ long long n,sum=…… 题解列表 2025年01月12日 0 点赞 0 评论 229 浏览 评分:0.0
危险系数 dfs 摘要: #include #include using namespace std; int n,m; //点以及边信息 int map[10…… 题解列表 2025年01月11日 0 点赞 2 评论 420 浏览 评分:10.0
c++++++++++++++++++++++++ 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int b[100];bool jud(int k){ if (k == 2)re…… 题解列表 2025年01月11日 0 点赞 0 评论 251 浏览 评分:0.0
2819: 数字反转题解 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ long long n,sum=0; cin &…… 题解列表 2025年01月11日 0 点赞 0 评论 200 浏览 评分:0.0
编写题解 1147: C语言训练-角谷猜想 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long n…… 题解列表 2025年01月10日 0 点赞 0 评论 300 浏览 评分:0.0
c++++++++++++++++++++++++ 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ string …… 题解列表 2025年01月10日 0 点赞 0 评论 195 浏览 评分:0.0
题解 3016: 第几项 摘要:解题思路:注意事项:for和while都可以!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!参考代码:#include …… 题解列表 2025年01月10日 0 点赞 0 评论 177 浏览 评分:0.0
编写题解 1015: [编程入门]求和训练 文章 > 编写题解 摘要:解题思路:注意事项:注意最后输出时要保留两位小数,sum3+=1 . 0/i时1需要+.0参考代码:#include<bits/stdc++.h>using namespace std;i…… 题解列表 2025年01月10日 0 点赞 0 评论 514 浏览 评分:0.0
c++标题太短写点废话 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<unordered_map>#include<string>using name…… 题解列表 2025年01月08日 0 点赞 0 评论 168 浏览 评分:0.0
1009简单易看题解,并注释 摘要:```#include#includeint main(){ char a[6]; scanf("%s",a); //直接用库函数 int …… 题解列表 2025年01月06日 5 点赞 0 评论 960 浏览 评分:0.0