#Lutece0060. 统计单词
统计单词
Migrated from Lutece 60 统计单词
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
编写一个函数,该函数能够统计一个英文字符串中有多少个单词。
Input
第一行是整数,表示测试的数据组数,下面是行含空格的字符串(仅由空格和英文字符组成,长度不超过200)。
Output
每行输入对应一行输出,表示对应行有多少单词。
Samples
1
I am a student
4
Resources
wxiaoping C语言上机实验