| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 138187 | 张咏灏 | 13分苹果 | C++ | Wrong Answer | 0 MS | 268 KB | 156 | 2025-11-23 17:23:43 |
#include<iostream> using namespace std; int main(){ int a=0; cin>>a; for(int i=1;i<=a;i++){ a+=i; } cout<<a; return 0; }
------Input------
55
------Answer-----
1540
------Your output-----
-2147450825