PROGRAMMING:Least common multiple
Enter a pair of positive integers x and y.
###Input format:
Process to end of file
Input a pair of positive integers x and y, and output the least common multiple of them.
###Output format:
The least common multiple of output x, y
###Input example:
```in
1 3
15 20
```
###Output example:
```out
three
sixty
```
answer:If there is no answer, please comment
###Input format:
Process to end of file
Input a pair of positive integers x and y, and output the least common multiple of them.
###Output format:
The least common multiple of output x, y
###Input example:
```in
1 3
15 20
```
###Output example:
```out
three
sixty
```
answer:If there is no answer, please comment