-->
当前位置:首页 > 题库

PROGRAMMING:Find the longest word - heboost

Luz5年前 (2021-05-10)题库391
Find the longest word (words of different lengths appear only once).
###Input format:
The input format is single line, and spaces are used between words.
###Output format:
The output format is the longest word.
###Input example:
Here is a set of inputs. For example:
```in
an not need happy suggest
```
###Output example:
The corresponding output is given here. For example:
```out
suggest
```







answer:If there is no answer, please comment