和泉家的纱雾


私信TA

用户名:1437496665

访问量:3942

签 名:

无欲则刚

等  级
排  名 7178
经  验 1339
参赛次数 0
文章发表 10
年  龄 3
在职情况 学生
学  校 提瓦特第一幼儿园
专  业 命运2坐大牢

  自我简介:

人菜瘾还大

解题思路:

注意事项:

参考代码:

#include<stdio.h>

int main()

{

int n;

int a, b, c;

for (a = 0; a < 10; a++)

for (b = 0; b < 10; b++)

for (c = 0; c < 10; c++)

{

n = a * a * a + b * b * b + c * c * c;

if (n >= 100 && n <= 999&&n/100==a&&n%10==c&&(n-a*100)/10==b)

printf("%d\n", n);

}

return 0;

}


 

0.0分

2 人评分

  评论区

  • «
  • »