100 atcoder#ABC108A. [ABC108A] Pair
[ABC108A] Pair
Score : 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 and (inclusive). The order does not matter.
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the number of ways to choose a pair of an even number and an odd number from the positive integers between and (inclusive).
3
2
Two pairs can be chosen: and .
6
9
11
30
50
625