#25677: 笑死 我ac


justinli (安茲 烏爾 恭)

學校 : 臺北市立西松高級中學
編號 : 93947
來源 : [36.224.150.113]
最後登入時間 :
2024-09-29 13:20:38
d096. 00913 - Joana and the Odd Numbers -- UVa913 | From: [114.44.182.98] | 發表日期 : 2021-06-11 15:40

#include<iostream>

using namespace std;

int main()

{

long long int n;

 

while( cin >> n ) cout << ( 3 * n * n + 6 * n + 3 ) / 2 - 9 << endl; 

 

return 0;

}

 
ZeroJudge Forum