报告适用于_______。
A.汇报工作、反映情况、答复上级询问
B.请求批准事项或请求批转公文
C.传达主要精神或情况
D.商洽工作、询问或答复问题
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/756583.html
上一篇:Science fiction, I've always felt, is part of that fantastical tradition. It's a modern variant of it, for a world in which things that once would have been thought of as magic are now part of everyday life. Currently it's a minority interest, but a
下一篇:函数F为前序遍历二叉树,请填写空白处语句。voidF(BinTreeT){StackS;if(T){InitStack(&S);Push(&S,NULL);while(T){printf("%c",_______);if(T一>rchild)Push(&S,_______);if(T一>lchild)T=T一>lchild;elseT=______;}