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