杭电acm 2072(单词数)

转运四方海淘网 : zysfht.com

 

#include//此种解法dsds# dsds是可以输入的,但是HDOJ也通过了。下面的解法解决了此问题。
#include
#include
using namespace std;
int main()
{
    char c='0';
    string s;
    set word;
      while((c=getchar())!='#')//注意getchar()和cin 的区别
     {
        s="";
        while(c!=' '&&c!='\n')
        {
            s+=c;
            c=getchar();
        }
        if(s.length()) word.insert(s);
        if(c=='\n') 
        {
            cout<海淘论坛,转运四方
#include
#include
#include
using namespace std;
int main()海淘论坛,转运四方
{
    char c='0';
    string s;
    set word;
      while((c=getchar())!='#')
     {
        s="";
        while(c!=' '&&c!='\n'&&c!='#')
        {
            s+=c;
            c=getchar();
        }
        if(c=='#') return 0;
        if(s.length()) word.insert(s);
        if(c=='\n') 
        {
            cout<



 

你可能感兴趣的:(ACM)