• 2021-04-14
    程序填空题: 下面程序的功能是用选择法对10个整数升序排序。 void sort(int *b,int n) { int i,j,k,t; for(i=0;i 第一空: *(b+k)>*(b+j) 第二空: k!=i 第三空: cin>>a[i]