#P1004. Easy LCM——简单公倍数

Easy LCM——简单公倍数

Statement

Given a positive integer nn, output the least common multiple (positive integer) of 22 and nn.

Input

Input a single integer nn on one line, where 2n1092\leq n\leq 10^9.

Output

Output an integer representing the least common multiple of 22 and nn.

Samples

7
14
114514
114514

Notes

0a,b,c10000\leq a,b,c\leq 1000, and each edge length is input with no more than 22 decimal places.