题目内容

int MathMine(int x)
{
int m=0;
int i;
for(i=x-1; i<=x+1; i++)
{
if (i<0) continue;
if (i>31) break;
if (sta[i]=-1) m++;
}
return m;
}

A. 3
B. 4
C. 5
D. 6

查看答案
更多问题

A.withB.byC.inD.from

A. with
B. by
C. in
D. from

A.soB.suchC.manyD.a few

A. so
B. such
C. many
D. a few

A.prohibitedB.expensiveC.valuableD.allowed

A. prohibited
B. expensive
C. valuable
D. allowed

A.picturedB.displayedC.publishedD.disagreed

A. pictured
B. displayed
C. published
D. disagreed

答案查题题库