eolymp
bolt
Try our new interface for solving problems
Problems

Next odd integer

Next odd integer

Integer $n$ is given. Print the next odd integer for $n$. \InputFile One integer $n$. \OutputFile Print the odd integer after $n$.
Time limit 1 second
Memory limit 128 MiB
Input example #1
7
Output example #1
9
Input example #2
6
Output example #2
7
Author Matviychuk Sergiy
Source "ABC programming"