示例#1
0
文件: TestGCD.cs 项目: denisoda/EPAM
 public int Evclid_Gcd_IsReturnGcd(int first, int second)
 {
     return(Gcd.EvclidBin(first, second));
 }