Board logo

標題: IQ_10603-4 [打印本頁]

作者: ray    時間: 2022-4-10 13:43     標題: IQ_10603-4

下列函式第3第5第7行程式分別該如何撰寫,才能正確計算並回傳兩參數 x, y 之最大公因數 (Greatest Common Divisor)?

1.         int GCD (int x, int y) {
2.         int r;
3.         ___________
4.         if (r == 0)
5.             return y;
6.         return _________________
7.         }
作者: 劉愷恩    時間: 2022-4-10 14:05

此帖僅作者可見
作者: 李知易    時間: 2022-4-10 14:06

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2