问题1254--Lease Common Multiple

1254: Lease Common Multiple

[命题人 : ]
时间限制 : 1.000 sec  内存限制 : 64 MB

题目描述

Given 2 positive integer x(1<=x<=1000) and y(1<=y<=1000), you are to count the Lease Common Multiple of x and y.

输入

x and y, one line for each test.

输出

the Lease Common Multiple of x and y.

样例输入 Copy

12 18
3 9

样例输出 Copy

36
9

来源/分类

yhr