摘要: struct geometric{ double x,y; geometric(double X=0,double Y=0):x(X),y(Y) {} friend geometric operator + (const geometric a,const geometric b){return g 阅读全文
posted @ 2022-02-19 15:06 Jekyll_Y 阅读(59) 评论(0) 推荐(0)