eolymp
bolt
Try our new interface for solving problems
Problems

Next even integer

Next even integer

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