The first line of the input file contains N  
the number of lines (1 <= N <= 80). 
Each of next N lines contains four integer numbers x1, y1, x2 and y2 
- the coordinates of two different points of the line. 
All coordinates do not exceed 102 by their absolute value. No two lines coincide.
 BZPRO