試卷名稱:115年 - 第八章 綜合應用:8-4 APCS模擬試題-使用Python(51-91)#137672
年份:115年
科目:泉勝◆程式語言與設計(下冊)
87.右側函式兩個回傳式分別該如何撰寫,才能正確計算並回傳兩參數 a, b 之最大公因數 (Greatest Common Divisor) ?[106/03/04](A) a, GCD(b,r)(B) b, GCD(b,r)(C) a, GCD(a,r)(D) b, GCD(a,r)