ifstream& open_file(ifstream &in, const string &file) { in.close(); in.clear(); in.open(file.c_str()); return in; }
65,210
社区成员
250,514
社区内容
加载中
试试用AI创作助手写篇文章吧