//#include<iostream>
//#include<string>
//usingnamespacestd;
//
//classBotany
//{
//public:
// Botany(conststring&name="")
// :_name(name)
// {
// s_Count++;
// }
// Botany(constBotany&b)
// :_name(b._name)
// {
// s_Count++;
// }
// ..
分类:
其他好文 时间:
2015-12-07 00:52:06
阅读次数:
196