Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
19989 杨竣周 求完全数的个数 C++ 运行超时 0 1000 MS 244 KB 204 2021-05-27 20:48:33

Tests(0/10):


#include<bits/stdc++.h> using namespace std; int n,i,a; int pe[8]={6,28,496,8128,130816,2096128,33550336,536854528}; int main(){ cin>>n; while(i<8) if(n>=pe[i]){a++;i++;} cout<<a; return 0; }


测评信息: