不挂科搜题免费

问题:

编写程序实现从标准输入每次读入一个单词。

答案:

#include void main() { char word[100]; while(std::cin>>word) std::cout