哪种药品只供黏膜止痒或烧伤止痛
A.辛可卡因(地布卡因)
B.利多卡因
C.普鲁卡因
D.丁卡因
E.苯佐卡因
参考答案:E
有以下程序: #include<iostream> using namespace std; int f(int x); int sum(int n) {int x,s=0;for(x = 0;x<=n;x++) s+=f(x);return s; } int f(int x) {return (x*x+1); } int main() {int a,b;cout<<"Enter a integer number:";cin>>a;b=sum(a) ;cout<<a<<","<<b<<end1;return 0; } 如果输入数字3,其输出结果是( )。
A.3,12
B.3,16
C.3,18
D.4,20
界限性遗忘常见于
A.脑外伤
B.颅内器质性疾病
C.精神分裂症
D.心因性遗忘
E.情感性精神障碍