#include "arrayser.h" void play_arrayser(int N) { // TODO: implement your logic int grader_move = do_turn(10); // play at index 10 }