2013年12月30日

uva 123 - Searching Quickly

摘要: 这题是wa,现在没时间改,应该是单词搜寻那里有问题,搜th,the也能搜到 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 typedef struct combine{ 8 string word; 9 int i;10 string replaceword;11 bool operator dictionnary;23 int main(){24 vector igwords;25 vector sentence;26 s... 阅读全文

posted @ 2013-12-30 19:24 云在心 阅读(127) 评论(0) 推荐(0)

导航