为了安全、迅速、经济、便利地运送零担货物,一般中间站往往都是组织()
A.整装零担车
B.中转零担车
C.直达零担车
D、沿途零担车
参考答案:D
在Rt△ABC中,∠C=90°,若m=sinA+sinB,则( )
A.0<m<1
B.0<m≤1
C.m≥1
D.1<m<2
有如下程序段: #include <stdio.h> #define Max(a,b) a>ba:b main() int a=5,b=6,c=4,d; d=c+Max(a,b) ; printf("%d",d) ; 其输出结果为______。
A.10
B.5
C.6
D.编译错误