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

Tests(3/6):


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


测评信息: