2017年8月9日

Educational Codeforces Round 26 A B C题

摘要: 题目链接 A. Text Volume 题意:计算句子中,每个单词大写字母出现次数最多的那个的出现次数(混不混乱QAQ). 解题思路:注意getchar()就没啥了. #include<cstdio> #include<cstring> #include<iostream> #include<cty 阅读全文

posted @ 2017-08-09 17:01 欲儿很轻狂 阅读(179) 评论(0) 推荐(0)

导航