For i=2 to 5
For j=i to 5
If j mod i=0 then a(j)=a(j)+1
Next j
Next i
For i=1 to 5
If a (i)<>1 then s=str(i)+s
若数组a 的初始值都为0,则运行该程序段后,s的值为( )
微信扫码预览、分享更方便