摘要:
#include #include //string.h函数库中求字符串长度的函数 #include //标准输入输出文件 void main() { char line[100],k;// 行数有限制(<=100) int i,j, end = 0, characters = 0, words = 0, lines = 0; cout<<"请输入多行文本,空行结束:... 阅读全文
posted @ 2016-11-02 13:44
诺爱敏茗
阅读(75)
评论(0)
推荐(0)
2016年11月2日