题解 | #变种水仙花#

变种水仙花

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

#include <iostream>
#include<cstdio>
using namespace std;

int main()
{
    int a;
    for(a=10000;a<=99999;a++)
    { 
        int sum = 0,temp = 0,tmp2=0;
        temp=a;
        
        for(int j=10;j<100000;j*=10)
        {
            sum+=(temp/j)*(temp%j);

           
        }
        if(sum==a)
        {
            cout<<a<<" ";
        }
        
    }
    return 0;

}
// 64 位输出请用 printf("%lld")

全部评论

相关推荐

炫哥_:哥们项目描述里面vector和mysql之类的都要写吗,直接开头技术栈巴拉巴拉就行了,完全不是技术点啊
点赞 评论 收藏
分享
06-10 23:36
已编辑
首都经济贸易大学 C++
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务