PROGRAMMING:Output the greatest common divisor (using the continue statement)
Programming input positive integers m and N, output their greatest common divisor, require the application of continue statement in the loop.
###Input example:
```in
24 36
```
###Output example:
```out
twelve
```
answer:If there is no answer, please comment
###Input example:
```in
24 36
```
###Output example:
```out
twelve
```
answer:If there is no answer, please comment