2414: LQ1081 奇数求和

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

Description

输入一个正整数 N(N<100),输出 1 到 N(包含 1 和 N)之间所有奇数的和。

Input

输入一个正整数 N(N<100)。

Output

输出 1 到 N 之间所有奇数的和。

Sample Input Copy

3

Sample Output Copy

4