Problem1344--cpp-5-9编写程序,统计输入多少单词。使用string对象1344: cpp-5-9编写程序,统计输入多少单词。使用string对象
Time Limit: 1 Sec Memory Limit: 128 MB
Submit: 23 Solved: 21
[Submit] [Status] [Web Board] [Creator:]Description
编写一个满足前一个练习cpp-5-8中描述的程序,但使用string对象而不是字符数组。请在程序中包含头文件string,并使用关系运算符来进行比较测试。
Input
where is tom done
Output
3
Sample Input
where is tom done
Sample Output
3
Source/Category
[Submit] [Status]