實驗6

1 #include<iostream> using namespace std; class chip{ protected: int m; int n; double result; public: chip(int a,int b,int c=0):m(a),n(b),result(c){} vo
相關文章
相關標籤/搜索