私信TA

用户名:dotcpp0603403

访问量:1955

签 名:

等  级
排  名 887
经  验 3540
参赛次数 0
文章发表 24
年  龄 99
在职情况 待业
学  校 西电
专  业

  自我简介:

呵呵

TA的其他文章

解题思路:

注意事项:

参考代码:

#include<stdio.h>

#include<math.h>

int main()

{

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

    {

        int t=i;

    pow(t/100,3)+pow(t%10,3)+pow(t%100/10,3)==t?printf("%d\n",t):printf("");

    }

    return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »