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

有下列程序: #include<stdio.h> int fun(int a,int b) if(b==0)return a; else return(fun(--a,--b)); ...

查看本题答案

你可能感兴趣的试题

热门试题

更多