100 #ABC108A. [ABC108A] Pair

[ABC108A] Pair

Score : 100100 points

Problem Statement

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.

Constraints

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

Input

Input is given from Standard Input in the following format:

KK

Output

Print 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).

3
2

Two pairs can be chosen: (2,1)(2,1) and (2,3)(2,3).

6
9
11
30
50
625