11931 - Least Common Multiple   

Description

In this problem, you are required to calculate the Least Common Multiple (最小公倍數).

Input

The input contains 2 positive integers in a line which are not greater than 1000000.

Output

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.

Sample Input  Download

Sample Output  Download

Tags




Discuss