YUU


私信TA

用户名:uq_77405186617

访问量:2100

签 名:

来个大佬带带我吧

等  级
排  名 2247
经  验 2389
参赛次数 1
文章发表 16
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

#include<iostream>
using namespace std;
int n;
int main()
{
    int a;
    cin>>a;
    int t=0,sum=0;
    int x=a;
    while(a){
        t=a%10;//取个位
        a/=10;
        sum+=t*t*t;
    }
    if(sum==x&&x>=100&&x<1000)cout<<"1";
    else cout<<"0";
    return 0;
}


 

0.0分

0 人评分

  评论区

  • «
  • »