* Main function. * Reads Connect 4 positions, line by line, from standard input * and writes one line per position to standard output containing: * - score of the position * - number of nodes explored * - time spent in microsecond to solve the position. * * Any invalid position (invalid sequence of move, or already won game) * will generate an error message to standard error and an em