质量标准规定分项工程的检查点数不应少于3个,检查点间距不大于()。
A、40m
B、20m
C、30m
参考答案:B
已经语句int m=10;则下列表示引用的表示中正确的是( )。
A.int &x=m;
B.int &y=10;
C.int &z;
D.float &t=8m;