#948. 最长字符串

最长字符串

说明

&nbsp 算法训练&nbsp 最长字符串&nbsp  
时间限制:1.0s&nbsp  &nbsp 内存限制:512.0MB
 &nbsp  &nbsp
  求出5个字符串中最长的字符串。每个字符串长度在100以内,且全为小写字母。
样例输入
one&nbsp two&nbsp three&nbsp four&nbsp five
样例输出
three