Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
81990 sh25_shenpy 求 n 累加和(ja) C++ 解答错误 0 MS 244 KB 145 2026-01-09 18:12:18

Tests(3/6):


#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; long long x=n*(n+1); cout<<x/2; return 0; }


测评信息: