Competitions
Week 2 Conditionals Part 2
Previous odd integer
Integer n is given. Print the previous odd integer for n.
Input data
One integer n.
Output data
Print the odd integer before n.
Examples
Input example #1
7
Output example #1
5
Input example #2
8
Output example #2
7