摘要: #include #include #include #include using namespace std; /*struct类的定义*/ struct transform { string t_f1; string t_f2; }; /*函数声明*/ bool same(const string f1,const string f2) ; transform dif(... 阅读全文
posted @ 2016-11-27 20:24 PirateLHX 阅读(833) 评论(0) 推荐(0)