ifstream的使用
ifstream fin("name.txt");string s;
while((fin>>s))
ht.insert(s);
这段代码有麽问题?
2010-03-27 11:29
2010-03-27 12:22
路过
2010-03-27 13:59
2010-03-27 14:16
2010-03-27 15:42
2010-03-27 19:44
2010-03-27 19:57
2010-03-28 17:51
2010-03-28 17:51