焊接规范参数硬规范指()
A、大电流
B、小压力
C、大压力
D、短时间
参考答案:A, B, D
My friend said that she would like _______ out with me, but I didn’t feel like _______ anything that day.
A.to eat; eating
B.eating; eating
C.to eat, to eat
D.eating; to eat
有以下程序: void main() int k=10, n=0; for(;n<k;) //n++; if(n++%3!=0) continue; k--; printf("%d,%d\n",k,n); 程序运行后输出的结果是( )。
A.7,7 B.6,6C.3,3 D.4,4