str = input() arr = str.split(" ") for str1 in arr: if str1==arr[-1]: print(len(str1))
1

相关推荐

牛客网
牛客企业服务