To the bicycle shop _____________ the street. [ ]
A. through
B. come
C. across
答案:C
he public have a right to know what in the report.
有以下程序: main() { int i; for(i=0;i<3;i++) switch(i) { case 0: prinft("%d",i); Case 2: prinft("%d",i); default: prinft("%d",i); } } 程序运行后的输出结果是( )。
A.022111
B.021021
C.000122
D.012