作为一个优秀的领导者不应该
A.勇敢果断
B.是非分明
C.统筹兼顾
D.妥协迁就
正确答案是D
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/759814.html
上一篇:有关早产儿免疫系统的说法不正确的是()
下一篇:#include<iostream.h> class f{ private:int x=0,y=0; public:void f1(int a,int b){x=a;y=b;} void get(){cout<<x<<','<<y<<endl;} }; main(){ f a; a.f1(1,3); a.get(); }
#include<iostream.h> class f{ private:int x=0,y=0; public:void f1(int a,int b){x=a;y=b;} void get(){cout<<x<<','<<y<<endl;} }; main(){ f a; a.f1(1,3); a.get(); }