1217: 最长字符串

Memory Limit:512 MB Time Limit:1000.000 S
Judge Style:Text Compare Creator:
Submit:11 Solved:8

Description


  求出5个字符串中最长的字符串。每个字符串长度在100以内,且全为小写字母。

Input

输入描述:

输入样例:
one two three four five

Output


输出描述:

输出样例:
three

Sample Input Copy

参考上文 

Sample Output Copy

参考上文

HINT

HINT:时间限制:1.0s 内存限制:512.0MB

Source/Category