Previous odd integer
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Integer n is given. Print the previous odd integer for n.
Input
One integer n.
Output
Print the odd integer before n.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 18K
Acceptance rate 56%