题解 | #质数因子#

字符个数统计

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

【Python】双指针法

mystr=input()
str_len=len(mystr)
mystr=sorted(mystr)
i=j=0
count=0
while i<=j:
    for j in range(0,str_len):
        if(mystr[j]=='\n'):
            print(count)
            exit()
        elif mystr[i]!=mystr[j]:
            i=j
            count+=1
    break
print(count+1)


全部评论

相关推荐

挣K存W养DOG:入职送金条全球游,路过缅甸停一下🐔
点赞 评论 收藏
分享
11-05 07:29
贵州大学 Java
点赞 评论 收藏
分享
评论
点赞
1
分享
牛客网
牛客企业服务