下列政策.制度与历史发展趋势背道而驰的是()
A.刺史制度
B.两汉的编户制度
C.汉朝的察举制
D.汉初实行的封国制
参考答案:D
电动磨光、抛光两用机适用于()受到限制操作不便的部位。
A、平面位置
B、空间位置
C、工人作业
D、其它机械
设有下列程序: #include<stdio.h> #include<string.h> main() { int i; char s[10],t[10]; gets(t); for(i=0;i<2;i++) { gets(s); if(strcmp(t,s)<0) strcpy(t,s); } printf("%s\n",t); } 程序运行后,从键盘上输入(<CR>代表回车符):DEF<CR>BADEF<CR>QTHRG<CR>,则程序的输出结果是______。