🌈 搜索
📅  最后修改于: 2022-03-11 14:57:11.586000             🧑  作者: Mango
int result = a[0]; for (int i = 1; i < a.Length; ++i) result = gcd(result, a[i]);