题解 | #输出水仙花数#

输出水仙花数

https://www.nowcoder.com/practice/dabaf13009ef4d0cbf22302fd6a530a6

#include <iostream>
using namespace std;

int main() {
    int i;
    int a,b,c;

    // write your code here......
    for(i=100;i<1000;i++){
    a=i/100;
    b=(i/10)%10;
    c=(i%10);
    if(i==a*a*a+b*b*b+c*c*c)
    cout<<i<<endl;
    }
    return 0;
}

#大一就出来卷#
全部评论

相关推荐

jack_miller:杜:你不用我那你就用我的美赞臣
点赞 评论 收藏
分享
11-15 19:28
已编辑
蚌埠坦克学院 硬件开发
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务