单项选择题
A.8次 B.10次 C.2次 D.无数次
A.s==0 B.s!=0 C.s==1 D.s=0
A.if(u>s)t=u;t=s B.t=s;if(u>s)t=u C.if(u>s)t=s;elset=u D.t=u;if(u>s)t=s