-->
当前位置:首页 > 题库

PROGRAMMING:Least common multiple

Luz5年前 (2021-05-10)题库395
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