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

PROGRAMMING:Output least common multiple

Luz5年前 (2021-05-10)题库359
Input two numbers and output their least common multiple.
###Input example:
```in
36 24
```
###Output example:
```out
seventy-two
```







answer:If there is no answer, please comment