Run ID:116319

提交时间:2025-04-08 18:50:54

s = input().strip() words = s.split() lengths = [str(len(word)) for word in words] print(','.join(lengths))