摘要:        
给定仅有小写字母组成的字符串数组 A,返回列表中的每个字符串中都显示的全部字符(包括重复字符)组成的列表。例如,如果一个字符在每个字符串中出现 3 次,但不是 4 次,则需要在最终答案中包含该字符 3 次。 你可以按任意顺序返回答案。 示例 1: 输入:["bella","label","rolle    阅读全文
posted @ 2020-10-14 21:58
Ashes9527
阅读(63)
评论(0)
推荐(0)
        
            
        
        
摘要:        
#include<vector> #include<string> #include<iostream> using namespace std; int main(){ vector<string> text; string word; while (getline(cin, word)){//循    阅读全文
posted @ 2020-10-14 20:23
Ashes9527
阅读(289)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号