两、拐、勾、洞
二、柒、勾、洞
二、拐、九、零
两、柒、勾、洞
在数据中,数字0-9均为有效数字。()
点击查看答案
阅读以下说明和C代码,将应填入(n)处的字句写在对应栏内。【说明】将一正整数序列{K1,K2,…,K9}重新排列成一个新的序列,新序列中,比K1小的数都在K1的前面(左面),比K1大的数都在K1的后面(右面),最后调用writeDat()函数的新序列输出到文件out.dat中。在程序中已给出了10个序列,每个序列有9个正整数,并存入数组a[10][9]中,分别求出这10个新序列。例:序列{6,8,9,1,2,5,4,7,3}经重排后成为{3,4,5,2,1,6,8,9,7}【函数】include < stdio. h >include < conio. h >void jsValue( int a [10] [9] ){ int i,j,k,n,temp;int b[9];for(i=0;i<10;i++){ temp=a[i] [0];k=8;n=0;for(j=8;j=0;j--){ if(temp < a[i] [j]) (1)=a[i][j];if(temp >a[i] [j]) (2)=a[i][j];if(temp =a[i] [j]) (3)= temp;}for(j=0;j<9;j++) a[i][j] =b[j];}}void main( )int a[10] [9] = {{6,8,9,1,2,5,4,7,3},{3,5,8,9,1,2,6,4,7},{8,2,1,9,3,5,4,6,7}, {3,5,1,2,9,8,6,7,4},{4,7,8,9,1,2,5,3,6}, {4,7,3,5,1,2,6,8,9},{9,1,3,5,8,6,2,4,7}, {2,6,1,9,8,3,5,7,4},{5,3,7,9,1,8,2,6,4}, {7,1,3,2,5,8,9,4,6}};int i,j;(4);for(i=0;i<10;i++) {for(j=0;j<9;j++) {printf("%d",a[i] [j] );if((5))printf(",");}printf(" \n" );}getch( );}
2 8 0 9 1 4 5 7 9 0A.0B.2C.3D.4
2,0, 7, 9, 9, 18, ( )。
从0,1,2,7,9五个数字中任选四个不重复的数字,组成的最大四位数和最小四位数的差是( )。A.8442B.8694C.8740D.9694
2 5 .如果E x c e l 工作表中某单元格的格式为0 0 0 .0 0 ,值为2 3 .7 8 5 ,则显示内容为( ) 。A .0 2 3 .7 8B .2 3 .7 9C .0 2 3 .7 9D .2 4
船队DSC的识别码的结构是_____。A.前1位是0的9位数字B.前2位是0的9位数字C.前2位是区域 码的9位数字D.前1位是海区的9位数字