Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
27639 张浩然 金币 C++ 通过 100 0 MS 252 KB 269 2021-12-18 07:26:56

Tests(2/2):


#include<bits/stdc++.h> using namespace std; int n,q,c,s; int main() { cin>>n; c=q=1; for(int i=1;i<=n;i++){ s+=c; q--; if(q==0){ c++; q=c; } } cout<<s; return 0; }


测评信息: