eolymp
Competitions

Week 2 Conditionals Part 2

Previous odd integer

Time limit 1 second
Memory limit 128 MiB

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
Author Matviychuk Sergiy
Source "ABC programming"