#include #include //包含头文件 int main() { ofstream in("num"); //对象 if(!in) { cout<<"Can not open the file"<