以戈培尔为主席的德国文化协会成立于
A.1931年
B.1932年
C.1933年
D.1934年
正确答案是C
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/787939.html
上一篇:关税按照税率制定来划分,有
下一篇:#include<iostream> using namespace std; class base { private: int m; public: base(){}; base(int a):m(a){} int get(){return m;} void set(int a){m=a;} }; void main() { base*ptr=new base[2
#include<iostream> using namespace std; class base { private: int m; public: base(){}; base(int a):m(a){} int get(){return m;} void set(int a){m=a;} }; void main() { base*ptr=new base[2