1030 最小公倍数


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 32M

Problem types
Allowed languages
C, C++, Java, Python

Description

给出一些数对,求他们的最小公倍数。

Sample

Input

6 8
3 5

Output

24
15

Comments

There are no comments at the moment.