1435 - 求偶数之和
Time Limit : 1 秒
Memory Limit : 128 MB
求1到N之间的所有偶数之和
Input
整数n
Output
一个整数
Examples
Input
3
Output
2