编写题解 2901: 查找特定的值 摘要:解题思路: 1、创建三个变量(int n输入个数,m目标 bool z用于判断是否有目标数=false) 2、创建一个数组a[10001] 3、输入输入个数变量n 4、循环输入a数组的第i项 5、输入…… 题解列表 2023年07月13日 1 点赞 0 评论 274 浏览 评分:9.9
百钱白鸡问题 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ cout <<"cock=0,hen=25,chicken=7…… 题解列表 2023年07月13日 0 点赞 0 评论 160 浏览 评分:0.0
优质题解 编写题解 1120: C语言训练-"水仙花数"问题2 摘要:解题思路: 1、创建4个int类型的变量,分别是:g(个位上的数),s(十位上的数),b(百位上的数),h(和) 2、循环开始是100(最小的三位数),到999(最大的三位数) …… 题解列表 2023年07月13日 0 点赞 0 评论 927 浏览 评分:7.6
C语言训练-百钱百鸡问题 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ cout<<"cock=0,hen=25,chick…… 题解列表 2023年07月13日 0 点赞 0 评论 151 浏览 评分:9.9
鸡你太美问题 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>int main() {printf("cock=0,hen=25,chicken=75\ncock=4,hen=18,c…… 题解列表 2023年07月13日 0 点赞 0 评论 324 浏览 评分:9.9
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<"cock=0,hen=25,chicken=75"<…… 题解列表 2023年07月13日 0 点赞 0 评论 272 浏览 评分:0.0
题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,d; char c; c…… 题解列表 2023年07月13日 0 点赞 0 评论 172 浏览 评分:9.9
余数相同问题 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c…… 题解列表 2023年07月13日 0 点赞 0 评论 155 浏览 评分:0.0
画矩形行行 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,k; char c; c…… 题解列表 2023年07月13日 0 点赞 0 评论 143 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int a,b,d,j,i; char c; ci…… 题解列表 2023年07月13日 0 点赞 0 评论 203 浏览 评分:9.9