当前位置: X题卡 > 所有题目 > 题目详情

有如下程序: #include<iostream.h> long fib(int n) if(n>2)return(fib(n-1)+fib(n-2)); else return(2);...

查看本题答案

热门试题

更多