最大公約数 2

2つの数 xy の最大公約数とは、xy の両方を割り切ることができる最大の数です。複数の数の最大公約数は、すべての数を割り切ることができる最大の数を指します。
gcd(*numbers) という関数を実装して、渡されたすべての数の最大公約数を返すようにしてください。
 

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue