Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
52683 wuzhiyan 水仙花数 C++ 编译错误 0 MS 0 KB 214 2024-10-11 23:07:28

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main() { for(int x;x<=999;x++) int a=x%10,b=x/10%10,c=x/100; if(x=a*a*a+b*b*b+c*c*c) cout<<x<<endl; return 0; }


测评信息: