氟哌利多属于
A.苯妥英钠B.卡马西平C.加巴喷丁D.丙戊酸钠E.地西泮
参考答案:D
Nobody can finish the work ______ me.[ ]
A. with
B. or
C. but
D. beside
下列程序的输出结果是( )。 #include<stdio.h> #include<string.h> main() { char a[]="\n123\\"; printf("%d,%d\n",strlen(a),sizeof(a)); }
A.5,6
B.5,5
C.6,6
D.6,5