s=list(map(str,input().split())) ans=0 for word in s: for i in word: if i!=' ' and i!='\n': ans+=1 print(ans)
微信直接扫码登录
使用经过邮箱注册的账号密码登录