#P1032. 序列求和
序列求和
Description
求1+2+3+...+n的值。
Format
Input
输入包括一个整数n。
Output
输出一行,包括一个整数,表示1+2+3+...+n的值。(1 <=n <= 100000000)
Samples
4
10
Limitation
1s, 1024KiB for each test case.
Related
In following contests:
求1+2+3+...+n的值。
输入包括一个整数n。
输出一行,包括一个整数,表示1+2+3+...+n的值。(1 <=n <= 100000000)
4
10
1s, 1024KiB for each test case.
In following contests:
By signing up a 追梦算法网 universal account, you can submit code and join discussions in all online judging services provided by us.