#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 11 and KK (inclusive). The order does not matter.

求从 11KK (含)之间的正整数中选择一对偶数和一对奇数的方法数。顺序并不重要。

输入格式

输入内容按以下格式标准输入:

KK

输出格式

打印从 11KK (含)之间的正整数中选择一对偶数和一对奇数的方法数。

样例 #1

样例输入 #1

3

样例输出 #1

2

样例 #2

样例输入 #2

6

样例输出 #2

9

样例 #3

样例输入 #3

11

样例输出 #3

30

样例 #4

样例输入 #4

50

样例输出 #4

625

说明

数据规模与约定

  • 2K1002\leq K\leq 100
  • KK is an integer.

样例 11 解释

可以选择两对: (2,1)(2,1)(2,3)(2,3)