Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
96876 只因你太美(Ikun 真爱粉) 折线分割圆 C++ Accepted 1 MS 272 KB 331 2024-11-09 17:36:45

Tests(10/10):


Code:

#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; //1 3 2 9 3 19 // int main(){ long long n; cin>>n; n=2*n*n+1; cout<<n; return 0; }