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