编写题解 2780: 奇偶数判断 摘要:解题思路:1、创建变量n2、输入n {是——输出even3、判断n是不是偶数 &nbs 题解列表 2023年07月14日 0 点赞 0 评论 444 浏览 评分:9.9
国王的金币 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int day,money=0,mmoney=1,i…… 题解列表 2023年07月14日 0 点赞 0 评论 677 浏览 评分:9.9
分段函数的求解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ float x,y; scanf("%f",&x); if(x>=0&&x<5) { …… 题解列表 2023年07月13日 0 点赞 0 评论 251 浏览 评分:0.0
骑车与走路 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a; scanf("%d",&a); if((50+(double)a/3.0)<(…… 题解列表 2023年07月13日 0 点赞 0 评论 565 浏览 评分:9.9
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char a; int sum[26] = { 0 },i; …… 题解列表 2023年07月13日 0 点赞 0 评论 358 浏览 评分:0.0
3009: 判断闰年 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a; cin>>a; if(a%4==0&&a%1…… 题解列表 2023年07月13日 0 点赞 0 评论 189 浏览 评分:0.0
难题+思路正确=简单 摘要:解题思路:看不懂看最后的注释注意事项:参考代码#include<stdio.h>#include<string.h>int main(){ char digit[200]; while(s…… 题解列表 2023年07月13日 1 点赞 0 评论 426 浏览 评分:7.3
C语言训练-"水仙花数"问题2 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; for(int i=10…… 题解列表 2023年07月13日 0 点赞 0 评论 174 浏览 评分:9.9
计算算算算 摘要:解题思路:注意事项:参考代码:#include <iostream>#include <cmath>using namespace std;int main() {int n;cin >> n;dou…… 题解列表 2023年07月13日 0 点赞 0 评论 156 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; for(int i=10…… 题解列表 2023年07月13日 0 点赞 0 评论 369 浏览 评分:0.0