摘要: #include<iostream.h>#include<fstream.h>#include<stdlib.h>void main(){ ofstream fout("xxxk1.txt"); if(!fout) { cout<<"文件没有打开!"<<endl; exit(1); } int x; 阅读全文
posted @ 2020-04-22 23:48 zhongxiaozheng 阅读(1059) 评论(0) 推荐(0)