2976: 字符串中最长的连续出现的字符 摘要:```cpp #include using namespace std; int main() { char str[200]; int count=0,max=0,f; …… 题解列表 2023年02月10日 0 点赞 0 评论 132 浏览 评分:9.9