摘要: #include #include //string.h函数库中求字符串长度的函数 #include //标准输入输出文件 void main() { char line[100],k;// 行数有限制(<=100) int i,j, end = 0, characters = 0, words = 0, lines = 0; cout<<"请输入多行文本,空行结束:... 阅读全文