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

有如下程序: long fib(int n) if(n>2) return(fib(n-1)+fib(n-2)); else return(2); main( ) pri...

查看本题答案

你可能感兴趣的试题

热门试题

更多