北京故宫于()年正式更名为故宫博物院。
A.1912
B.1925
C.1949
D.1956
参考答案:B
It is _______in winter.[ ]
A. warm
B. cold
C. hot
有如下程序:#include <iostream>#include<iomanip>using namespace std;int main() cout.fill('*'); cout.width(6); cout.fill('#'); cout<<123<<end1; return 0;执行后的输出结果是( )。
A.###123
B.123###
C.***123
D.123***