Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
19575 王循 关灯 C++ 运行超时 90 1000 MS 256 KB 182 2021-05-16 19:33:52

Tests(9/10):


#include <bits/stdc++.h> using namespace std; int n; bool d[10005]; long long s; int main() { cin>>n; while(n--)if((int)sqrt(n)*(int)sqrt(n)==n)s+=n; cout<<s<<endl; }


测评信息: