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

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

筛选

新手写水仙花数判断(c++已过)

摘要:解题思路:由于确定为三位数,所以直接求各位数字即可注意事项:参考代码:#include<iostream>using namespace std;int main(){    for(int i=10……

你就说过没过吧

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<&quo……