Given a non-negative interger with n <= 100, please find a number has the same parity with it.
Each line contain a non-negative integer n <= 100.
For each line, please print a non-negative integer <= 100 that has the same parity with n.
Note that the solutions are not unique.