is7 ]" F5 I' A! R$ F4 z
Ci :integer; qi : integer / {" T) x' c1 @4 i3 d' [2 G% w. `do , ~5 z# ~3 C0 ^ u
inspect Ci4 R3 B8 F; w8 f
when Ci>0 and Ci <=150 then : e, k" _+ K2 G& P2 E6 q print qi=1;' j& w! O4 ?2 A, X, b- c8 q' M+ e+ L
when Ci>151 and Ci<=500 then' I: O, ]/ }# f Z
print qi=2;. O# I9 I* a. Q/ \- ]" D. s
when Ci>501 and Ci<=700 then 8 W% g! v! U2 H5 ^8 V- E print qi=3;& Q' l: ]0 w H/ E
when Ci>701 and Ci<=1000 then ( c9 p, Z# w! V$ V0 k print qi=4; 4 l9 T: r2 I6 A7 qwhen Ci>1001 and Ci<=2000 then0 Y, c( z' v+ I
print qi=5; 9 H: W3 C7 B8 r+ F8 uwhen Ci>2000 then- `, _2 x1 Q& D, U3 u, Z
print qi=60 e! l9 J; Y! ]/ L
end; ! Z0 b6 d& B- F- i7 T+ zend;' e4 z6 p) ]7 C" k, g: Q0 K
- ~0 @1 V/ ]3 A& k, f 运行提示line 5附近的Ci 句法错误,想请教一下各位高手!如何解决?. x% T& d1 m9 S g' V' c) p
谢谢!