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

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:110 Solved:84

Description

使用while循环,求1+2+3...+n的和。

Input

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

Output

Sample Input Copy

3

Sample Output Copy

6

Source/Category