摘要: 1 #include <iostream> 2 #include <fstream> 3 using namespace std; 4 5 6 ifstream fin("sum.in");//填入文件的地址 7 ofstream fout("sum.out"); 8 9 int main() { 阅读全文
posted @ 2020-06-01 09:54 ACWink 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 6 ifstream fin("sum.in");//填入文件的地址 7 ofstream fout("sum.out"); 8... 阅读全文
posted @ 2020-06-01 09:54 ACWink 阅读(51) 评论(0) 推荐(0) 编辑