`gcd` calls `mod`. The code already guarantees that the both arguments are positive so in this case, `rem` could be used instead to get the same ...
確定! 回上一頁