1094: 习题7-1.2 求最小公倍数

Memory Limit:12 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:39 Solved:32

Description

写一个函数求两个整数的最小公倍数,通过主函数调用这个函数,并输出结果。

两个整数由键盘输入。

Input

以空格分隔的两个整数

Output

输入两数的最小公倍数,单独占一行。

Sample Input Copy

8 12

Sample Output Copy

24