PROGRAMMING:Output greatest common divisor
Input two numbers and output their greatest common divisor.
###Input example:
```in
36 24
```
###Output example:
```out
twelve
```
answer:If there is no answer, please comment
###Input example:
```in
36 24
```
###Output example:
```out
twelve
```
answer:If there is no answer, please comment