| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 150680 | 张晓冉 | 直线分割圆 | C++ | Wrong Answer | 2 MS | 272 KB | 317 | 2026-03-29 16:54:19 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int n; cin>>n; cout<<(1+n)*n/2+1; return 0; }
------Input------
6322168
------Answer-----
19984907271197
------Your output-----
424442909