100 atcoder#ABC102A. [ABC102A] Multiple of 2 and N
[ABC102A] Multiple of 2 and N
Score : points
Problem Statement
You are given a positive integer . Find the minimum positive integer divisible by both and .
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the minimum positive integer divisible by both and .
3
6
is divisible by both and . Also, there is no positive integer less than that is divisible by both and . Thus, the answer is .
10
10
999999999
1999999998