2019年6月16日
摘要: // 合并两个文件内容到一个新文件中。 // 文件名均从键盘输入 #include <iostream> #include <fstream> #include <string> #include <cstdlib> using namespace std; int main() { string 阅读全文
posted @ 2019-06-16 14:07 钱雨菲 阅读(111) 评论(0) 推荐(0)