摘要: #include<bits/stdc++.h>using namespace std;class Dog{ private: int weight; int old; public: Dog(int a,int b):weight(a),old(b){}; int Weight(){ return 阅读全文
posted @ 2023-05-16 19:33 mo寒流xing 阅读(17) 评论(0) 推荐(0)