2019年4月19日
摘要: 1 #include 2 //头文件 3 4 5 ifstream inf; 6 ofstream ouf; 7 inf.open("zy4.txt", ios::out); 8 if (!inf) 9 { 10 inf.close(); 11 ouf.open("zy... 阅读全文
posted @ 2019-04-19 21:49 likeghee 阅读(345) 评论(0) 推荐(0) 编辑