引入標準程式庫中相關的輸入、輸出程式 #include <iostream> // std 為標準程式庫的命名空間 using namespace std; // 宣告函數原型 int fibonacci(int); int ...
確定! 回上一頁