()是指各种运输方式有机结合、相互协作、连接贯通、分布合理的综合运输体。
A.运输系统
B.运输结构
C.运输体系
D.综合运输
参考答案:D
有以下程序 int f1 (int x,inty){return x>y x:y;} int f2(int x,int y){return x>y y:x;} main() { int a=4,b=3,c=5,d=2,e,f,g; e=f2(f1(a,b),f1(c,d));f=f1(f2(a,b),f2(c,d)); g=a+b+c+d-e-f; pintf("%d,%d,%d\n",e,f,g); } 程序运行后的输出结果是【 】。
A.4,3,7
B.3,4,7
C.52,7
D.2,5,7
1,3,()
A.6
B.
C.
D.5