1372 - 最小公倍数

通过次数

18

提交次数

26

Time Limit : 1 秒
Memory Limit : 128 MB

输入两个正整数,编程计算两个数的最小公倍数。(用函数实现)

Input

Output

Examples

Input

10 5

Output

10

Input

8 12 

Output

24