| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 111585 | 祝家懿 | 直线分割圆 | C++ | Wrong Answer | 3 MS | 280 KB | 158 | 2025-03-02 16:43:48 |
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; int x=2; for(int i=2;i<=n;i++){ x=x+i; } cout<<x; return 0; }
------Input------
6322168
------Answer-----
19984907271197
------Your output-----
424442909