自定义函数处理最大公约数与最小公倍数 摘要:解题思路:先去求最大公约数,然后求最小公倍数注意事项:最小公倍数=两数相乘/最大公约数参考代码:#include<bits/stdc++.h>using namespace std;int da(in…… 题解列表 2024年01月02日 0 点赞 0 评论 227 浏览 评分:0.0
DSTJZ-平均值计算 摘要:参考代码:#include<iostream> using namespace std; int main() { int arr[10]; int sum = 0; …… 题解列表 2024年01月02日 0 点赞 0 评论 260 浏览 评分:9.9
1783: 星期判断机 摘要:解题思路:注意事项:不要写错单词!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!参考代码:#include <bits/stdc++.h>using namespace std;i…… 题解列表 2024年01月02日 0 点赞 0 评论 148 浏览 评分:9.9
2791: 计算邮资 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int c = 0; int a; cin…… 题解列表 2024年01月02日 0 点赞 0 评论 190 浏览 评分:9.9
这题目?? 摘要:参考代码:#include<iostream>using namespace std;int main(){ cout << "D " << "C";}…… 题解列表 2024年01月02日 0 点赞 0 评论 484 浏览 评分:8.7
2816: 统计满足条件的4位数个数 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int arr[101]; int n…… 题解列表 2024年01月02日 0 点赞 0 评论 224 浏览 评分:0.0
2817: 级数求和 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int n; int pos=0; …… 题解列表 2024年01月02日 0 点赞 0 评论 234 浏览 评分:0.0
好写》好写 摘要:参考代码:#include<iostream> using namespace std; int main() { cout << sizeof(bool) << " " << sizeof(c…… 题解列表 2024年01月02日 0 点赞 0 评论 445 浏览 评分:9.9
好写》好写 摘要:参考代码:#include<iostream> using namespace std; int main() { cout << sizeof(float) << " " << sizeo…… 题解列表 2024年01月02日 0 点赞 0 评论 412 浏览 评分:9.9
2818: 分离整数的各个数位 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { string str; cin>>st…… 题解列表 2024年01月02日 0 点赞 0 评论 294 浏览 评分:0.0