19 針對以下C++程式,88.3)輸出是那一個值? int f(int x, int y) { if (x=y) return 0; else return f(x-1, y)+1; }
(A) 3
(B) 5
(C) 8
(D) 11。

答案:登入後查看
統計: 尚無統計資料