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

PROGRAMMING:Cyclic greatest common divisor

Luz5年前 (2021-05-10)题库433
Finding the greatest common divisor of three integers
###Input format:
Enter three positive integers separated by spaces
###Output format:
Output the greatest common divisor, illegal data is not output
###Input example:
Here is a set of inputs. For example:
```in
10 20 30
```
###Output example:
The corresponding output is given here. For example:
```out
ten
```







answer:If there is no answer, please comment