示例#1
0
 public int GcdOneAndOneTest(params int[] elements)
 {
     return(GCD.CalculateGCD(elements));
 }