题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,d; char c; c…… 题解列表 2023年07月13日 0 点赞 0 评论 221 浏览 评分: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 评论 389 浏览 评分:9.9
C语言训练-百钱百鸡问题 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ cout<<"cock=0,hen=25,chick…… 题解列表 2023年07月13日 0 点赞 0 评论 213 浏览 评分:9.9
编写题解 2901: 查找特定的值 摘要:解题思路: 1、创建三个变量(int n输入个数,m目标 bool z用于判断是否有目标数=false) 2、创建一个数组a[10001] 3、输入输入个数变量n 4、循环输入a数组的第i项 5、输入…… 题解列表 2023年07月13日 1 点赞 0 评论 339 浏览 评分:9.9
C语言训练-百钱百鸡问题 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ for(int i=0; i<=20; i++) …… 题解列表 2023年07月13日 0 点赞 0 评论 216 浏览 评分:9.9
C语言训练-"水仙花数"问题2 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; for(int i=10…… 题解列表 2023年07月13日 0 点赞 0 评论 204 浏览 评分:9.9
骑车与走路 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a; scanf("%d",&a); if((50+(double)a/3.0)<(…… 题解列表 2023年07月13日 0 点赞 0 评论 622 浏览 评分:9.9
国王的金币 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int day,money=0,mmoney=1,i…… 题解列表 2023年07月14日 0 点赞 0 评论 720 浏览 评分:9.9
编写题解 2780: 奇偶数判断 摘要:解题思路:1、创建变量n2、输入n {是——输出even3、判断n是不是偶数 &nbs 题解列表 2023年07月14日 0 点赞 0 评论 484 浏览 评分:9.9
编写题解 2778: 判断数正负 摘要:解题思路:1、创建变量a2、输入a {是——输出positive3、判断a是否大于0 & 题解列表 2023年07月14日 0 点赞 0 评论 338 浏览 评分:9.9