货车厂、段修时,球芯截断塞门质量保证期限为()。
A.6个月
B.1年
C.1个辅修期
D.1个段修期
参考答案:D
bsp客票是( )客票。
A.定期
B.不定期
C.中性
D.航空公司
下列函数的运行结果是( )。#include<iostream.h>int f(int a,int b)int c;if(a>b) c=1;else if(a==b)c=0 elsec=-1;return(c); void main() int i=2,j=3;int p=f(i,j); cout<<p:
A.-1
B.1
C.2
D.编译出错,无法运行