好写》好写 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { for(int i = 10; i …… 题解列表 2024年01月03日 0 点赞 0 评论 508 浏览 评分:9.9
简单的递归 摘要:参考代码:#include<iostream> using namespace std; int main() { void print(int); int x;…… 题解列表 2024年01月03日 0 点赞 0 评论 650 浏览 评分:9.9
2812: 球弹跳高度的计算 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { double meter,sum=0,s=0; …… 题解列表 2024年01月02日 0 点赞 0 评论 584 浏览 评分:0.0
自定义函数处理最大公约数与最小公倍数 摘要:解题思路:先去求最大公约数,然后求最小公倍数注意事项:最小公倍数=两数相乘/最大公约数参考代码:#include<bits/stdc++.h>using namespace std;int da(in…… 题解列表 2024年01月02日 0 点赞 0 评论 547 浏览 评分:0.0
DSTJZ-平均值计算 摘要:参考代码:#include<iostream> using namespace std; int main() { int arr[10]; int sum = 0; …… 题解列表 2024年01月02日 0 点赞 0 评论 634 浏览 评分:9.9
1783: 星期判断机 摘要:解题思路:注意事项:不要写错单词!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!参考代码:#include <bits/stdc++.h>using namespace std;i…… 题解列表 2024年01月02日 0 点赞 0 评论 418 浏览 评分:9.9
2791: 计算邮资 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int c = 0; int a; cin…… 题解列表 2024年01月02日 0 点赞 0 评论 468 浏览 评分:9.9
这题目?? 摘要:参考代码:#include<iostream>using namespace std;int main(){ cout << "D " << "C";}…… 题解列表 2024年01月02日 0 点赞 0 评论 950 浏览 评分:8.7
2816: 统计满足条件的4位数个数 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int arr[101]; int n…… 题解列表 2024年01月02日 0 点赞 0 评论 727 浏览 评分:0.0
2817: 级数求和 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int n; int pos=0; …… 题解列表 2024年01月02日 0 点赞 0 评论 652 浏览 评分:0.0