Problem4492--奇偶配对

4492: 奇偶配对

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

给定一个正整数 lns="http://www.w3.org/1998/Math/MathML">N,请统计从 lns="http://www.w3.org/1998/Math/MathML">1 到 lns="http://www.w3.org/1998/Math/MathML">N 中,选取一个奇数,再选取一个偶数,组成一个数对,共有几种方法。

Input

  • 单个整数:表示 lns="http://www.w3.org/1998/Math/MathML">N

Output

  • 单个整数:表示答案

Sample Input Copy

5

Sample Output Copy

6

Source/Category