提交时间:2025-12-26 14:48:50
运行 ID: 77790
ls = [len(i) for i in input().split()] n = 0 for i in ls: n = max(n, i) print(ls.insert(n))