is 8 I, h+ h5 V: t9 e* {- k Ci :integer; qi : integer) b" C6 Y R: B8 E
do 7 ^% z, ~% v8 |( }+ K q, @. P
inspect Ci- p- G4 o) }1 X1 p+ y1 E
when Ci>0 and Ci <=150 then 5 ?8 ]7 X, {6 x1 J0 e, f
print qi=1; ( ]+ {) C6 L: iwhen Ci>151 and Ci<=500 then1 v! U3 C; K, Q! y" e3 w4 d2 N
print qi=2;- O$ ^3 P" m. N
when Ci>501 and Ci<=700 then8 z8 K( B9 V+ D" C5 d( A
print qi=3;7 Z. [8 e* U$ p. G7 l: R& }
when Ci>701 and Ci<=1000 then $ g1 c( B4 O& \( w+ B. G print qi=4; 0 E3 D( a' t: c$ @when Ci>1001 and Ci<=2000 then1 ]' e. W8 I+ \9 u
print qi=5;+ S" d3 T$ v9 b4 L5 u
when Ci>2000 then( d5 I. w& X5 k; N
print qi=6! w+ M" d3 `* K& ?
end; 9 U( ^% G" w H! n$ V1 Q& Y, ?end;; r2 T2 Z2 Z) R* w0 c6 f9 B
4 _+ p* S( Z# h6 g' k" H* a& f
运行提示line 5附近的Ci 句法错误,想请教一下各位高手!如何解决? ! s4 T& H4 I6 u7 M 谢谢!