Mr. Smith didn’t understand _____ made h

题型:选择题

问题:

Mr. Smith didn’t understand _____ made his son so upset that evening.

A.what was it

B.why it was this

C.how that was

D.what it was that

考点:强调句
题型:选择题

某次活动中,有30个人排成6行5列,现要从中选出3人进行礼仪表演,要求这3人任意2人不同行也不同列,则不同的选法种数为_____(用数字作答).

题型:选择题

给定程序中,函数fun的功能是:判定形参a所指的NxN(规定N为奇数)的矩阵是否是“幻方”,若是,则函数返回值为1;若不是,则函数返回值为0。“幻方”的判定条件是:矩阵每行、每列、主对角线及反对角线上元素之和都相等。
请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。
注意:部分源程序给出如下。
不得增行或删行,也不得更改程序的结构!
试题程序:
#include <stdio.h>
#define N 3
int fun (int(+a)[N])
int i, j, m1, m2, row, colum;
m1=m2=0;
for(i=0; i<N; i++)
j=N-i-1; m1+=a[i][i];
m2+=a[i][j];
if(m1!=m2) return 0;
for(i=0; i<N; i++)
/******************found*******************/
row=colum= (1) ;
for(j=0; j<N; j++)
row+=a[i][j]; colum+=a[j][i];
/******************found*******************/
if(row!=colum) (2) (row!=m1)) return 0;

/******************found*******************/
return (3) ;

main()
int x[N][N], i, j;
printf("Enter number for array:\n");
for(i=0; i<N; i++)
for(j=0; j<N; j++)
scanf("%d", &x[i][j]);
printf("Array:\n");
for(i=0; i<N; i++)
for(j=0; j<N; j++)
printf("%3d", x[i][j]);
printf("\n");

if(fun(x)) printf("The Array is a magic square.\n");
else printf("The Array isn’t a magic square.\n");

题型:选择题

统计资料显示,最容易发生犯罪的地方是().

A.住房周围

B.次要领地

C.首要领地

D.公共领地

题型:选择题

有关心包摩擦音正确的是

A.性质粗糙,低音调
B.与呼吸、心搏一致
C.性质柔和,低音调
D.胸骨左缘3、4肋间最响
E.屏气时摩擦音可消失

题型:选择题

"益火之源,以消阴翳"指的是()

A.寒者热之

B.热者寒之

C.阳病治阴

D.阴病治阳

E.补益阴阳

更多题库