摘要: 主要功能为实现一个类,能够从文件中读取英文字符串,包含一个功能函数,其效果为从两个字符串中找到最长的共同单词,下面贴代码 #include <iostream> #include<fstream> #include<iomanip> using namespace std; // //类定义 // 阅读全文
posted @ 2021-02-21 15:47 zhaohhhh 阅读(220) 评论(0) 推荐(0)