多项选择题
A、预防为主B、防治结合C、节约能源D、综合治理
A.i=0 s=0 while iB.i=1 s=0 while iC.i=10 s=0 while i>0: s=s+i i=i-1D.i=2 s=0 while i
A.s[0]=="1" and s[-1]=="0"B.s[0]=="1" or s[-1]=="0"C.s[0]="1" or s[-1]="0"D.s[0]==1 and s[9]==0