1.gcd算法 int gcd(int a, int b) { return b == 0 ? a : gcd(b, a%b); }int gcd(int a, int b) { return b == 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交