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

有以下程序 void f(int a[],int i,int j) { int t; if(i<j) { t=a[i];a[i]=a[j];a[j]=t; f(a,i+1,j...

查看本题答案

热门试题

更多