Input N points A(x0, y0), B(x1, y1), ...
- How many lines created by the N points.
- How many triangle created by the points and caculate the areas of the triangles.
- Find the points of polygon included all the points and caculate the areas of the polygon.
Run $ make or run $ gcc main.c -o main -lm
Run $ ./main