编写题解 1015: [编程入门]求和训练 文章 > 编写题解 摘要:解题思路:注意事项:注意最后输出时要保留两位小数,sum3+=1 . 0/i时1需要+.0参考代码:#include<bits/stdc++.h>using namespace std;i…… 题解列表 2025年01月10日 0 点赞 0 评论 478 浏览 评分:0.0
题解 3016: 第几项 摘要:解题思路:注意事项:for和while都可以!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!参考代码:#include …… 题解列表 2025年01月10日 0 点赞 0 评论 139 浏览 评分:0.0
简单for if嵌套 摘要:解题思路:简单for if嵌套注意事项:无参考代码:#Pythonsum_1 = 0for i in range(1,1001):if i%7==0:&…… 题解列表 2025年01月10日 1 点赞 0 评论 167 浏览 评分:0.0
c++++++++++++++++++++++++ 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ string …… 题解列表 2025年01月10日 0 点赞 0 评论 144 浏览 评分:0.0
编写题解 1147: C语言训练-角谷猜想 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long n…… 题解列表 2025年01月10日 0 点赞 0 评论 250 浏览 评分:0.0
极简[编程入门]自定义函数之字符串反转 摘要:解题思路:无注意事项:无参考代码:s = input()print([s::-1]…… 题解列表 2025年01月10日 1 点赞 0 评论 450 浏览 评分:0.0
2819: 数字反转题解 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ long long n,sum=0; cin &…… 题解列表 2025年01月11日 0 点赞 0 评论 163 浏览 评分:0.0
c++++++++++++++++++++++++ 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int b[100];bool jud(int k){ if (k == 2)re…… 题解列表 2025年01月11日 0 点赞 0 评论 218 浏览 评分:0.0
题解 2819: 数字反转 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ long long n,sum=…… 题解列表 2025年01月12日 0 点赞 0 评论 198 浏览 评分:0.0
题解 2096: 打印平行四边形 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ long long n;&nb…… 题解列表 2025年01月12日 0 点赞 0 评论 102 浏览 评分:0.0