Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
55789 xuxingping [在线测评解答教程] 求和 C++ 解答错误 1 MS 240 KB 153 2024-11-08 15:19:29

Tests(0/10):


#include<bits/stdc++.h> using namespace std; int main(){ int a,result=0; cin>>a; for(int i=1;i<=a;i++) result+=i; cout<<result; return 0; }


测评信息: