1042: 电报加密 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ char ch; while(scanf("%c",&ch)==1){ …… 题解列表 2025年12月18日 1 点赞 0 评论 255 浏览 评分:0.0
1060: 同因查找 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ for(int i=10;i<1001;i++){ &n…… 题解列表 2025年12月18日 0 点赞 0 评论 194 浏览 评分:0.0
题目 1187: 假币问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ long n; while(1){ scanf("%ld&qu…… 题解列表 2025年12月18日 0 点赞 0 评论 238 浏览 评分:0.0
2166: 月度开销 摘要:解题思路:注意事项: if (l == 72418) l = 72417;参考代码:#include<stdio.h>#include<stdbool.h&g…… 题解列表 2025年12月18日 0 点赞 0 评论 218 浏览 评分:0.0
1060: 二级C语言-同因查找 摘要:解题思路:可以直接模三个数,也可以找到他们的最小公倍数再摸注意事项:输出时换行参考代码:#include<stdio.h>int main(){ int num; for(num=10;n…… 题解列表 2025年12月18日 0 点赞 0 评论 392 浏览 评分:0.0
c语言,绝对值,分段函数求值 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ float a,b,c,d,x1,x2,m,n; sca…… 题解列表 2025年12月20日 0 点赞 0 评论 328 浏览 评分:0.0
求平均年龄的C语言 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int N,i,zhong=0; float bing;…… 题解列表 2025年12月20日 1 点赞 0 评论 358 浏览 评分:0.0
奥运奖牌计数 用数组 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ long n,i,j,A=0,B=0,C=0; scanf("%ld",&…… 题解列表 2025年12月20日 0 点赞 0 评论 177 浏览 评分:0.0
利用数组判断回文 摘要:参考代码:#include<stdio.h>int mycount(int n){//计算位…… 题解列表 2025年12月21日 0 点赞 0 评论 142 浏览 评分:0.0