二级单位纪委书记对所在单位瞒信不报、瞒案不查的,直接向集团公司党委、纪委报告。
参考答案:对
上海世界博览会将于2010年5月1日盛大开幕。上海市市长在新闻发布会上说:“世博会的资金投入和使用全部过程审计,将向社会公开,请大家共同监督。”如果你发现问题,可以采取的方式有 [ ]
①通过舆论监督制度行使监督权 ②通过人大代表联系群众制度实行民主监督 ③通过社情民意反映制度行使监督权 ④通过张贴大字报进行监督
A.①②
B.③④
C.①④
D.②③
有以下程序: #include <iostream> using namespace std; class sample private:int x; public:void setx(int i) x=i;int putx () return x; ; int main ( ) sample *p;sample A[3];A[0] .setx(5);A[1] .setx (6);A[2] .setx(7);for (int j=0;j<3;j++) p=&A[j]; cout<<p->putx () <<", ";cout<<end1;return 0; 执行后执行结果是( )。
A.5,6,7,
B.5,5,5,
C.6,6,6,
D.7,7,7,