Problem3959--【入门】编程求1+3+5+...+n

3959: 【入门】编程求1+3+5+...+n

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Submit

Description

编程求1+3+5+...+n

Input

输入一行,只有一个整数n (1<=n<=9999) 这里n为奇数。

Output

输出只有一行

Sample Input Copy

99

Sample Output Copy

2500

Source/Category