eee


私信TA

用户名:dotcpp0667155

访问量:3330

签 名:

eee

等  级
排  名 1389
经  验 2926
参赛次数 13
文章发表 59
年  龄 18
在职情况 待业
学  校 世纪阳光
专  业

  自我简介:

eee

解题思路:

注意事项:

参考代码:

#include <bits/stdc++.h>


using namespace std;


int main()

{

    int a,b,c;

    for(int i=100;i<=999;i++)

    {

        a=i%10;

        b=i/10%10;

        c=i/100%10;

        if(a*a*a+b*b*b+c*c*c==i)

        {

            cout<<i<<endl;

        }

    }

    return 0;

}


 

0.0分

1 人评分

  评论区

  • «
  • »