ATTENTION: We've reimplemented this task in function-call style.
Include "dwarfs.h" in your code. You will have to implement the following two functions:
void init(int N, double X[], double Y[]) - called once at the start
bool highway(double X1, double Y1, double X2, double Y2) - return true if good and false if bad
A sample grader is provided in the attachments