The bike hit the tree ______ I could get off.
A when B before C until D while
答案:B
下面对采气树叙述不正确的是()。
A、所有部件均采用卡箍连接
B、油套管闸门及总闸门均为成双配置
C、节流器采用针形阀
D、全部部件经抗硫化氢处理
执行以下程序后,输出’’#’’号的个数是【 】。 #include <stdio.h> main( ) { int i,j; for(i=1; i<5; i++) for(j=2; j<=i; j++) putchar(’’#’’); }