#include <iostream>using namespace std;class Test{Public:Test(int aa){______________}int Getx(){_______________}private:int x;};int main(){int m;while(cin>>m){Test t(m);cout<<t.Getx()<<endl;}return 0;}
- 1 回答
- 0 關注
- 1296 瀏覽
添加回答
舉報
0/150
提交
取消