main()
while(true)
N = nextInt()
for(i = 0 to N-1)
board[i] = nextString();
move = getNextMove(board);
println(move[0]+" "+move[1]);
| -line <line> | Specify which line in weights.txt to use |
| -exec <command> | Specify the command to execute your code |
| -novis | Run the test case without the visualizer (requires -exec, implies -go) |
| -go | Start running immediately (requires -exec) |
| -onewindow | Run in one window instead of 3 |