K3系数能反应全车间管理水平好坏。
参考答案:对
“六义”:
若磁盘上已存在某个文本文件,其全路径文件名为d:\ncre\test.txt,下列语句中不能打开该文件的是
A.ifstream file("d:\ncre\testxt");
B.ifstream file("d:\\ncre\\testxt");
C.ifstream file;filopen("d:\\ncre\\testxt");
D.ifstream* pFile=new ifstream("d:\\ncre\\testxt");