#3291. [GESP202603 四级 C++] 第 23 题
[GESP202603 四级 C++] 第 23 题
下面程序能够把 Hello 写入 data.txt 文件中。
ofstream fout("data.txt");
cout << "Hello";
fout.close();
{{ select(1) }}
- 正确
- 错误
下面程序能够把 Hello 写入 data.txt 文件中。
ofstream fout("data.txt");
cout << "Hello";
fout.close();
{{ select(1) }}