poj1410判断线段与矩形是否相交(判断线段相交)
IntersectionDescriptionYou are to write a program that has to decide whether a given line segment intersects a given rectangle. An example: line: start point: (4,9) end point: (11,2) rec