“吴带当风”是指()的绘画风格。
A.吴道子
B.曹不兴
C.苏轼
D.吴镇
参考答案:A
Mr. Bill Clinton was elected ____ President of the United States in ____ 1990s.
A.the; the
B.a; the
C.the; 不填
D.不填; the
有以下程序: main() { int a=1,b; for(b=1;b<=10;b++) { if(a>=8)break; if(a%2=1){a+=5;continue;} a-=3; } printf("%d\n",b); } 程序运行后的输出结果是【 】。
A.3
B.4
C.5
D.6