原式=-[(1+2)(1-2)]2012
=-[1-2]2012
=-(-1)2012
=-1.
关于细胞结构,错误的是()
A.L型细菌无细胞壁
B.有70S核糖体合成蛋白
C.核结构由核膜构成
D.细胞壁都有肽聚糖
E.中介体称拟线粒体
下列程序的输出结果为( )。# include < iostream.h>void main( ){char * a[ ]={"hello","the","world"};char * * pa=a;pa ++;cout << * pa <<endl;}
A.hello
B.the
C.world
D.hellotheworld