在下面的C++代码中,将对1.txt文件写入 hello 。( )
ifstream filein;
ofstream fileout;
filein.open("1.txt");
fileout<<"hello";