move 82 user/testbin/tictac/tictac.c int move, max_moves;
move 90 user/testbin/tictac/tictac.c for (move = 1; move <= max_moves; move++) {
move 91 user/testbin/tictac/tictac.c player = move % 2 == 0 ? 2 : 1;