Problems
Next odd integer
Next odd integer
Integer n is given. Print the next odd integer for n.
Input
One integer n.
Output
Print the odd integer after n.
Input example #1
7
Output example #1
9
Input example #2
6
Output example #2
7