#3243. [GESP202509 四级 C++] 第 25 题
[GESP202509 四级 C++] 第 25 题
以下代码将 Hello 写入文件 data.txt。
ofstream file("data.txt");
cout << "Hello" << endl;
file.close();
{{ select(1) }}
- 正确
- 错误
以下代码将 Hello 写入文件 data.txt。
ofstream file("data.txt");
cout << "Hello" << endl;
file.close();
{{ select(1) }}