eolymp
Competitions

PP1 Week 2 Conditionals Part 2

Previous even integer

Time limit 1 second
Memory limit 128 MiB

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
Author Matviychuk Sergiy
Source "ABC programming"