3
1
48
168
338
127
#includeiostream #includeiomanip using namespace std; class fushu { float x,y; public: fushu(float a=0,float b=0) { x=a; y=b; } ...