Problem1193--求a,b的最小公倍数

1193: 求a,b的最小公倍数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

求a,b的最小公倍数。

Input

输入整数a,b(a,b都为integer)。

Output

输出两数间的最小公倍数。

Sample Input Copy

12 16

Sample Output Copy

48

Source/Category