eolymp
bolt
Try our new interface for solving problems
Problems

Previous even integer

Previous even integer

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