1031: 求1+2+3+...+n的和(n<10000)

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:258 Solved:176

Description

求1+2+3...+n的和。
【挑战一下】不使用循环能做到吗?

Input

输入一个正整数, n < 10000。

Output

Sample Input Copy

3

Sample Output Copy

6

HINT

你听过小高斯的故事吗?