查看会员资料
- Email:用户隐藏
 - Icq/MSN:qq
 - 电话号码:
 - Homepage:
 - 会员简介:这家伙很懒,什么都没留下!
 
最新会员发布资源
gcd
- The greatest common divisor of integers x and y is the largest integer that evenly divides both x and y. Write a recursive function gcd that returns the greatest common divisor of x and y, define recursively as follows. It y is equal to 0, then gcd(x