摘要: 一.问题描述 统计一篇英文文章中单词的个数与行数。 二.设计思路 三.流程图 四.伪代码 1 五.代码实现 #include <iostream> #include <fstream> #include <string> using namespace std; string word; int m 阅读全文
posted @ 2023-05-18 21:17 leapss 阅读(16) 评论(0) 推荐(0)