会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
profesor
首页
新随笔
订阅
管理
2020年7月10日
[C]Armstrong Number
摘要: // 1234 = 1^4 + 2^4 + 3^4 + 4^4; // 341 = 3^3 + 4^3 + 1^3 // 类似于水仙花数 #include <stdio.h> #include <math.h> int digitCount(int n) { //此函数用于获取整数的位数 int i
阅读全文
posted @ 2020-07-10 10:54 profesor
阅读(125)
评论(0)
推荐(0)
编辑
公告