Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
46446 杨中琦 金币 C++ 通过 100 0 MS 244 KB 231 2022-07-13 13:23:36

Tests(2/2):


#include<bits/stdc++.h> using namespace std; int n,i=1,ans,k; int main(){ cin>>n; while(i<=n){ for(int j=1;j<=k;j++){ ans+=k; if(i==n){ cout<<ans; return 0; } i++; } k++; } return 0; }


测评信息: