《填空版》
2026-07-29 08:57:51
发布于:广东
2阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
typedef long long ______;
const _______ _____ = 0;
const _______ ______ = 10;
int main(){
_______ ;
cin >> ;
_______ __ = , = ___;
while( > ___){
_______ ___ = ( % ____) * ( % ____) * ( % ______);
____ += ___;
__ /= __;
}
if( == _) cout << "YES";
else cout << "NO";
return 0;
}
全部评论 1
#include <bits/stdc++.h> using namespace std; typedef long long ______; const _______ _____ = 0; const _______ ______ = 10; int main(){ _______ ; cin >> ; _______ __ = , = ___; while( > ___){ _______ ___ = ( % ____) * ( % ____) * ( % ______); ____ += ___; __ /= __; } if( == _) cout << "YES"; else cout << "NO"; return 0; }2026-08-03 来自 山西
1格式不对
2026-08-03 来自 山西
1














有帮助,赞一个