國立屏東大學 資訊工程學系 程式設計(一)
練習以遞迴方式設計程式
turnin code c.hw10
due date: December 18, 23:59.
[9:19 user@ws hw10] ./a.out Please input N: 1 The Fibonacci number is : 1 [9:19 user@ws hw10] ./a.out Please input N: 6 The Fibonacci number is : 8 [9:19 user@ws hw10]
-程式執行結果參考:
[9:19 user@ws hw10] ./a.out Please input a: 374 Please input b: 77 The gcd of 374 and 77 is 11. [9:19 user@ws hw10]