下列四组数据修约中(保留两位小数),修约错误的是()
A.4.5280—4.53
B.4.5450—4.55
C.4.5349—4.53
D.14.5451—4.55
参考答案:B
起重机的附着锚固遇有()级及以上大风时,严禁安装或拆卸锚固装置。
A.四
B.五
C.六
D.七
阅读程序; Option Base 1 Private Sub Form_ KeyPress (KeyAscii As Integer) art = Array(268, 542, 693, 365, 489, 147, 852) a1 = arr(1) a2 = 1 If KeyAscii = 13 ThenFor a = 2 To 6 If arr(i) > a1 Then a1 = arr(i) a2 = i End IfNext i End If Print a1; a2 End Sub程序运行后,按回车键;输出结果是______。