下面程序能够把 Hello 写入 data.txt 文件中。( ) ofstream fout("data.txt"); cout << "Hello"; fout.close(); 正确答案:错误(×)