int gcd(int a,int b) { if(b==0)return a; else return gcd(b,a%b); else ret 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交