题解 | #字符个数统计#

字符个数统计

http://www.nowcoder.com/practice/eb94f6a5b2ba49c6ac72d40b5ce95f50

#include<iostream>
#include<set>
using namespace std;
int main()
{
    string s;
    while(cin>>s)
    {
        int i=0;
        set<char>se;
        while(s[i]!='\0')
        {
            if(se.count(s[i])==0)
            {
                se.insert(s[i]);
            }
            i++;
        }
        cout<<se.size()<<endl;
    }
    return 0;
}
全部评论

相关推荐

像好涩一样好学:这公司我也拿过 基本明确周六加班 工资还凑活 另外下次镜头往上点儿
点赞 评论 收藏
分享
11-26 22:34
已编辑
重庆邮电大学 Java
快手 客户端开发 (n+5)k*16 公积金12
牛客895077908号:佬 什么双非硕啊
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务