#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;
}
死神的苹果
萧欢打靶把营归
随时随地看视频慕课网APP
相关分类