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