1217: C语言8.22
Memory Limit:32 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:5
Solved:2
Description
编写一个函数,输入一行字符,将此字符串中最长的单词输出。
Input
一行字符,只包含英文字符和空格。保证字符串的长度不超过100。
Output
输出读入的最长单词。
请注意行尾输出换行。
Sample Input Copy
This is not a program
Sample Output Copy
program