1435 - 求偶数之和

通过次数

16

提交次数

37

Time Limit : 1 秒
Memory Limit : 128 MB

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

Input

整数n

Output

一个整数

Examples

Input

3

Output

2