用python写会很快,c语言我不是很熟悉

s = [str(len(i)) for i in input()[:-1].split() if i.strip()]
print(' '.join(s))