平面中的矩形 struct Rect { int x ...
发布于 2022-03-03 16:44:15
平面中的矩形
struct Rect { int x //顶点坐标x int y//顶点坐标y int w //高 int h /宽 }
现在有两个矩形,请写一个程序判断这两个矩形是否有交集(isIntersect)
关注者
0
被浏览
15