摘要: 1、学习了getline(cin,str)库函数的使用 2、学习使用了打表法 1、题目:要求统计字符串中大写字母、小写字母、数字的个数 #include<iostream> #include<cstring> #include<ctype.h> using namespace std; int ma 阅读全文
posted @ 2020-10-05 23:20 侯志远!!! 阅读(77) 评论(0) 推荐(0)