“3I”指的是IP通信、IT技术和()。
A.IE
B.IC
C.Internet
D.Information
参考答案:D
耐压试验时对液压系统加以()的满负荷压力,持续5分钟,液压系统应无明显的压力下降和泄漏。
A.110%
B.125%
C.150%
D.200%
以下程序运行后的输出结果是【 】。 main( ) { int x=15; while(x>10 &&x<50) { x++; if(x/3){ x++;break;} else continue; } printf("%d\n",x); }