Each line of input has integers 0 < n <= 100000, followed by n positive integers denoting the initial piles.
For each line of input, output "first player" if first player can force a win, or "second player", if the second player can force a win.
3 2 1 3
first player
鸣谢lqp18_31..