Competitions
PP1 Week 2 Conditionals Part 2
Previous even integer
Integer n is given. Print the previous even number for n.
Input data
One integer n.
Output data
Print the even number before n.
Examples
Input example #1
7
Output example #1
6
Input example #2
6
Output example #2
4