#include<iostream>#include<string.h>using namespace std;class Dog{private: int age; float weight; char name;public: void SetDog(int Nage=0,float Nweight,char Nname="Dog...
阅读全文
2009
03-20