Claire 2024/4/9 s=list(map(str,input().split()))ans=0for word in s:for i in word:if i!=' ' and i!='\n':ans+=1print(ans) 0 回复 0 转发 0 喜欢 3 阅读