求所给范围内水仙花数并排列-题解(C++代码) 摘要:解题思路: 时隔两年还在写水仙花数哈哈哈哈,懒得取函数名了,f1判断是不是水仙花数,f2遍历,懒注意事项:参考代码:#include<bits/stdc++.h> using name…… 题解列表 2020年09月12日 0 点赞 0 评论 293 浏览 评分:0.0
求所给范围内水仙花数并排列 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>using namespace std;int main(){ int a,b; while(c…… 题解列表 2018年07月30日 0 点赞 0 评论 539 浏览 评分:0.0
求所给范围内水仙花数并排列 (C++代码) 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int n,m,a,b,c,d; while(cin>>…… 题解列表 2018年08月07日 0 点赞 0 评论 766 浏览 评分:9.9
求所给范围内水仙花数并排列 (C++代码)C++多好嘛,就是爱用C++ 摘要:解题思路: 就是....便利....就完事了。参考代码:#include<bits/stdc++.h> using namespace std; int main(){ int n,m;…… 题解列表 2018年12月30日 1 点赞 3 评论 336 浏览 评分:9.9