這是完整的代碼。 形狀 #include class Shape { public: Shape(float x, float y) : position(x, y) {}; void setAsCircle(float radius); ...
確定! 回上一頁