1156: C语言训练-阿姆斯特朗数 摘要:解题思路:注意事项:提交答案,显示基本正确,格式错误,没看出格式有什么问题。参考代码:#include<stdio.h>int n,m,a,b,c;void fun1(){ for(n=999;…… 题解列表 2022年01月27日 0 点赞 0 评论 400 浏览 评分:0.0
Hifipsysta-1156题-C语言训练-阿姆斯特朗数(C++代码)字符串转换法 摘要: ```cpp #include #include #include #include using namespace std; bool is_armstrong(int n){ …… 题解列表 2022年01月31日 0 点赞 0 评论 245 浏览 评分:0.0
C语言训练-阿姆斯特朗数 题解(c++易懂程序) 摘要:解题思路:就是水仙花数嘛!干嘛搞得这么高深!注意事项:无。参考代码:#include<bits/stdc++.h>using namespace std;int a,b,c;int main(){ f…… 题解列表 2022年05月14日 0 点赞 0 评论 289 浏览 评分:0.0