Problem A: 最小公倍数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:66
Solved:10
Description
任意的两个整数都有一个确定的最小公倍数,你能用程序求出来吗?
输入m,n,求出他们的最小公倍数。
Input
两个整数m和n
Output
一个数,m和n的最小公倍数。
Sample Input Copy
8 14
Sample Output Copy
56