The problem has been re-implemented in function call format. Instead of following the instructions given in the problem, your program should include "ioiwari.h" and implement the following functions:
int start(int Board[])
Board contains 7 integers which represent the starting state of the board
This function should return your first move (index on board)
int makeMove(int PlayerTwoMove)
PlayerTwoMove is the move that Player 2 has chosen
This function should return your next move
A sample grader and program are included under attachments.