#ABC108A. Pair
Pair
题目描述
Find the number of ways to choose a pair of an even number and an odd number from the positive integers between and (inclusive). The order does not matter.
求从 和 (含)之间的正整数中选择一对偶数和一对奇数的方法数。顺序并不重要。
输入格式
输入内容按以下格式标准输入:
输出格式
打印从 和 (含)之间的正整数中选择一对偶数和一对奇数的方法数。
样例 #1
样例输入 #1
3
样例输出 #1
2
样例 #2
样例输入 #2
6
样例输出 #2
9
样例 #3
样例输入 #3
11
样例输出 #3
30
样例 #4
样例输入 #4
50
样例输出 #4
625
说明
数据规模与约定
- is an integer.
样例 解释
可以选择两对: 和 。