In this problem, you are required to calculate the Least Common Multiple (最小公倍數).
The input contains 2 positive integers in a line which are not greater than 1000000.
The Least Common Multiple of the input numbers. The answer is smaller than 2147483647.
Note that you do not need to print ‘\n’ at the end of the output.