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

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

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

Description

求a,b的最小公倍数。

Input

输入整数a,b

Output

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

Sample Input Copy

12 16

Sample Output Copy

48

Source/Category