b212: CG1_2306_画三角形
Tags :
Accepted rate : 36人/38人 ( 95% ) [非即時]
評分方式:
Tolerant

最近更新 : 2024-03-06 21:34

Content

输入一个正整数n,求形如:1 + (1 + 2) + (1 + 2 + 3) + (1 +2 +3 +4)+…⋯(1 + 2 + 3 + 4 + 5 + …⋯n)的累计相加。

Input

输入一个正整数。约定 1 ≤ n ≤ 100。

Output

输出累计相加的结果。

Sample Input #1
3
Sample Output #1
10
Sample Input #2
4
Sample Output #2
20
Sample Input #3
10
Sample Output #3
220
測資資訊:
記憶體限制: 64 MB
不公開 測資點#0 (50%): 1.0s , <1K
不公開 測資點#1 (50%): 1.0s , <1K
Hint :
Tags:
出處:
[管理者:
xllin@g.puic... (Emily Lin)
]


ID User Problem Subject Hit Post Date
沒有發現任何「解題報告」