- Time limit: 1.00 s
- Memory limit: 512 MB
Find the middle element when the numbers in an multiplication table are sorted in increasing order. It is assumed that is odd.
For example, the multiplication table is as follows: The numbers in increasing order are , so the answer is .
Input
The only input line has an integer .
Output
Print one integer: the answer to the task.
Constraints
Example
Input:
3
Output:
3