水仙花数判断(c语言) 摘要:解题思路:注意事项:参考代码:#include <stdio.h> int main(){ int a=0,b=0,c=0; for(int i=100;i<1000;i++){ …… 题解列表 2024年05月28日 0 点赞 0 评论 383 浏览 评分:0.0
分阶段咖啡粉就更加丰富和空间 摘要:解题思路:无注意事项:无参考代码:k=99while k<999: k=k+1 bai=k/100 bai=int(bai) shi=(int)((k-bai*100)/10)…… 题解列表 2024年07月07日 0 点赞 0 评论 385 浏览 评分:0.0
最普通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int b,c,d,i; for(i=100;i<1000;i++)…… 题解列表 2024年11月13日 0 点赞 0 评论 837 浏览 评分:0.0
1016: [编程入门]水仙花数判断(暴力解答) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <math.h>int main() { int b, n, i, sum; for (i = 100;…… 题解列表 2024年11月15日 0 点赞 0 评论 1250 浏览 评分:0.0
CCCCCCCCCCCCCCCCCCCCCCCC++++++++++++++++++++++++++++++++++ 摘要:解题思路:1注意事项:2参考代码:#include<iostream>using namespace std;int main(){ int a,b,c;&nbs…… 题解列表 2025年11月05日 0 点赞 0 评论 481 浏览 评分:0.0
超简单的循环加判断 摘要:解题思路:入门级题目,比前几个数列递推求和的要简单许多了注意事项:参考代码:#include<stdio.h>#include<math.h>#include <stri…… 题解列表 2026年07月10日 1 点赞 0 评论 19 浏览 评分:0.0