百钱买百鸡问题(易理解) 摘要:#include<iostream> using namespace std; main() { int a,b,c; //100元买100只鸡 for(a=0;a<=100/5;a…… 题解列表 2024年01月13日 0 点赞 0 评论 126 浏览 评分:0.0
2834: 与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int N, m, count; int a[100] = {0}; scanf("%d",…… 题解列表 2024年01月14日 0 点赞 0 评论 188 浏览 评分:0.0
1098: 陶陶摘苹果 摘要:解题思路: 注意事项:判断能否摘到苹果一定是大于等于哦参考代码:#include<stdio.h>#define APPLENUMBER 10int main(){ int bench_heig…… 题解列表 2024年01月14日 0 点赞 0 评论 176 浏览 评分:0.0
计算分数加减表达式的值 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; double sum=0; …… 题解列表 2024年01月14日 0 点赞 0 评论 167 浏览 评分:0.0
3011: 余数相同问题 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long a,b,c; cin>>a…… 题解列表 2024年01月14日 0 点赞 0 评论 133 浏览 评分:0.0
题解 3016: 第几项 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long n=1,m,s=0; ci…… 题解列表 2024年01月14日 0 点赞 0 评论 109 浏览 评分:0.0
3016: 第几项 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long n=1,m,s=0; ci…… 题解列表 2024年01月14日 0 点赞 0 评论 115 浏览 评分:0.0
编写题解 3011: 余数相同问题编写题解 3011: 余数相同问题编写题解 3011: 余数相同问题编写题解 3011: 余数相同问题编写题解 3011: 余数相同问题编写题解 3011: 余数相同 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long a,b,c; cin>>a>>b>…… 题解列表 2024年01月14日 0 点赞 0 评论 141 浏览 评分:0.0
3016: 第几项 摘要:解题思路:先算出s的值,再把它和m比较,在输出n注意事项:要输出i参考代码:#include <iostream>using namespace std;int main(){ long lo…… 题解列表 2024年01月14日 0 点赞 0 评论 160 浏览 评分:0.0
余数相同问题 编写题解 3011: 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ long long a,b,c; cin>>a>>b>>c; …… 题解列表 2024年01月14日 0 点赞 0 评论 81 浏览 评分:0.0