【单选题】Your vessel was damaged and initially assumed a significant list and trim; however,further increase has been slow. Based on this data,what should you expect?()
A.
The slowing is only temporary and the vessel will probably suddenly capsize or plunge from loss of stability due to change in the waterplane area
B.
The vessel can probably be saved if further flooding can be stopped
C.
The vessel will continue to slowly list and/or trim due to the free surface effect and free communication effect
D.
The vessel will suddenly flop to the same or greater angle of list on the other side and may capsize
【简答题】下面程序的问题出现在:a=4c=0list = [1,2,3,4,5]if (a in list): print("%d is in list:%s"%(a,list))if (c not in list): print("%d is not in list: %s"%(c,list))A. 变量a和c的定义 B. 变量名list C. in表达式 D. print函数的参数