Run ID:72095

提交时间:2024-04-30 21:05:33

words=input().split() max_words=max(words,key=len) print(max_words)