摘要: #include <iostream> #include <fstream> using namespace std; int main(){ char data[100]; ofstream out; string name; string _data; ifstream outfile; out 阅读全文
posted @ 2023-11-03 20:06 王一行(小号) 阅读(11) 评论(0) 推荐(0)