PROGRAMMING:Output least common multiple
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
###Input example:
```in
36 24
```
###Output example:
```out
seventy-two
```
answer:If there is no answer, please comment