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

PROGRAMMING:Output the greatest common divisor (apply the break statement)

Luz5年前 (2021-05-10)题库398
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