eolymp
bolt
Try our new interface for solving problems
Problems

Previous odd integer

Previous odd integer

Integer n is given. Print the previous odd integer for n.

Input

One integer n.

Output

Print the odd integer before n.

Time limit 1 second
Memory limit 128 MiB
Input example #1
7
Output example #1
5
Input example #2
8
Output example #2
7
Author Matviychuk Sergiy
Source "ABC programming"