1436 - 求奇数之和

通过次数

9

提交次数

9

Time Limit : 1 秒
Memory Limit : 128 MB

求1到N之间的所有奇数之和

Input

整数n

Output

一个整数

Examples

Input

3

Output

4