Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
19576 王循 关灯 C++ 通过 100 0 MS 256 KB 165 2021-05-16 19:35:04

Tests(10/10):


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


测评信息: