All vessels at mooring()move to the sheltered anchorage.
A.must
B.have to
C.must be
参考答案:A
执行下面程序,单击命令按钮Command1,窗体上显示的第一行内容是(),第二行内容是(),第三行内容是().
Option Explicit
Private Sub Command1_Click()
Dim a As Integer, b As Integer, i As Integer
a = 1
b = 5
For i = b To a Step -1
a = a + i
b = b + a
If b > 30 Then Exit For
Print a, b
Next i
End Sub
《建设工程安全生产管理条例》规定,施工单位应当白施工起重机械和整体提升脚手架、模板等自升式架设设施验收合格之日起( )日内,向建设行政主管部门或者其他有关部门登记。
A.7 B.15 C.20 D.30