1301 - Parity   

Description

Given a non-negative interger with n <= 100, please find a number has the same parity with it.

Input

Each line contain a non-negative integer n <= 100.

Output

For each line, please print a non-negative integer <= 100 that has the same parity with n.
Note that the solutions are not unique.

Sample Input  Download

Sample Output  Download

Tags




Discuss