#P1019. 基础数学题目5

基础数学题目5

Description

Please enter nn, calculate the sum of odd number from 11 to nn then output it.

Input Format

The line of input contains one integer,which is the number nn.

Output Format

One integer.

10
55
100
5050

Limit and hint

For 100%100\% testcases, n105 n\leq10^5.