53. 右側函式兩個回傳式分別該如何撰寫,才能正確計算並回傳兩參數 a, b 之最大公因數 (Greatest Common Divisor)?[APCS114](A) a, GCD(b,r)(B) b, GCD(b,r)(C) a, GCD(a,r)(D) b, GCD(a,r)