摘要: ->运算符叫做“指向结构体成员运算符”,是C语言和C++语言的一个运算符。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 #include <iostream> #include <string> using namespace std; class C 阅读全文
posted @ 2019-06-30 16:45 Lancelot& 阅读(1040) 评论(0) 推荐(0)
摘要: 传送门:https://pintia.cn/problem-sets/994805260223102976/problems/994805280817135616 请编写程序,找出一段给定文字中出现最频繁的那个英文字母。 输入格式: 输入在一行中给出一个长度不超过 1000 的字符串。字符串由 AS 阅读全文
posted @ 2019-06-30 15:23 Lancelot& 阅读(1190) 评论(0) 推荐(0)