摘要:
需求 编写一个字符串过滤函数,若字符串出现多个相同的字符,将不是首次出现的字符过滤掉。 输入:"apache" 输出:"apche" 输入:"google" 输出:"gle" 代码实现 include include include using namespace std; // 26个标志位 代表 阅读全文
posted @ 2017-04-05 23:03
googlewo
阅读(4292)
评论(0)
推荐(0)
浙公网安备 33010602011771号