PROGRAMMING:Output the greatest common divisor (apply the break statement)
Input positive integers m and N, output their greatest common divisor, require the application of break statement in the loop.
###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