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

PROGRAMMING:greatest common factor

Luz5年前 (2021-05-10)题库465
Find the greatest common divisor of two integers.
###Input format:
Enter two integers separated by spaces.
###Output format:
Output the greatest common divisor.
###Input example:
```in
9 18
```
###Output example:
```out
nine
```






answer:If there is no answer, please comment