单项选择题拷贝构造函数的参数一般是
单项选择题对于下面的程序 ifstream fin(c: test.txt); if(fin) cout<< ok ; else cout<< wrong ; 对于if语句中的内容可以换为