—The blue skirt looks very nice. May I ______ —Yes, please.
A. try them on
B. try it on
C. take them off
D. take it off
查看答案
有以下程序: void main() int i=0,s=0; for(;;i++) if(1==3||i==5) continue, if(i==6) break; s+=i: ; printf("%d\n",s); 程序运行后输出的结果是( )。
A. 10
B. 13
C. 7
D. 程序进入死循环
期货公司董事、监事和高级管理人员收受商业贿赂或者利用职务之便牟取其他非法利益的,没收违法所得,并处( )元以下罚款;情节严重的,暂停或者撤销任职资格。
A. 3万
B. 5万
C. 10万
D. 15万
—I won't go to bed until the TV play ______ over. —You'd better not do that.
A. is
B. was
C. will
D. will be
以下不构成无限循环的语句或语句组是( )。
A. n=0:
B. do++n;while(n<=0);
C. n=0:
D. while(1)n++;
E. n=10;
F. while.(n); n--;
G. for(n=0,i=1;;i++)n+=i;