题解 1016: [编程入门]水仙花数判断

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

点开我吧,有惊喜哦!(C语言代码)

摘要:解题思路:主要是写循环结(各位小伙伴,有任何问题,都可以在下面留言哦,很乐意为你们解答)注意事项:参考代码:#include<stdio.h>intmain(){inta,b,c,i;fo……

用不同思路解题

摘要:解题思路:布尔值和整数运算判断注意事项:这题和1120一模一样参考代码:#include<stdio.h>int&nbsp;main(){&nbsp;&nbsp;&……

水仙花数判断

摘要:参考代码:#include"bits/stdc++.h"using&nbsp;namespace&nbsp;std;int&nbsp;a[1111];boo……

c加加 解决问题

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;#include<math.h>intmain()&nbsp;{f……

水仙花数的判断

摘要:解题思路:注意事项:调用pow()函数,要引用#include<math.h>的库文件参考代码:#include<iostream>usingnamespacestd;#inc……