文件名称:gongyueshu
介绍说明--下载内容均来自于网络,请自行研究使用
描述:
计算多个(最多100个,最少一个)正整数(正整数的范围是:1~20000)的最大公约数。公约数
是指:能被所有的整数整除的整数。
输入:
第一个数字是整数的数量,后面是每个整数的具体值;
备注:读取的时候,不需要读入换行符’\n’
输出:
最大公约数
备注:输出的时候,不需要输出换行符’\n’
样例输入:
4
5 10 15 20
样例输出:
5
-Descr iption:
Calculation of multiple (up to 100, at least one) positive integer (positive integer in the range: 1 to 20000) the greatest common divisor. Common divisor
Means: all integers can be an integer divisible.
Input:
The first number is an integer number, followed by the specific value of each integer
Note: When read, no read newline \ n
Output:
The common denominator
Note: When the output, no output newline character \ n
Sample input:
4
5101520
Sample output:
5
计算多个(最多100个,最少一个)正整数(正整数的范围是:1~20000)的最大公约数。公约数
是指:能被所有的整数整除的整数。
输入:
第一个数字是整数的数量,后面是每个整数的具体值;
备注:读取的时候,不需要读入换行符’\n’
输出:
最大公约数
备注:输出的时候,不需要输出换行符’\n’
样例输入:
4
5 10 15 20
样例输出:
5
-Descr iption:
Calculation of multiple (up to 100, at least one) positive integer (positive integer in the range: 1 to 20000) the greatest common divisor. Common divisor
Means: all integers can be an integer divisible.
Input:
The first number is an integer number, followed by the specific value of each integer
Note: When read, no read newline \ n
Output:
The common denominator
Note: When the output, no output newline character \ n
Sample input:
4
5101520
Sample output:
5
(系统自动生成,下载前可以参看下载内容)
下载文件列表
新建文件夹\gongyueshu.cpp
..........\说明.txt
新建文件夹