Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
346638 梁睿煊 【C1-3】求和 C++ 解答错误 66 1 MS 248 KB 112 2025-09-07 18:13:52

Tests(2/3):


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


测评信息: