read playerCount:int
read width:int height:int

gameloop
read maxColonies:int
loop height loopline width value:word(2)
write 0 0

STATEMENT
Get as much cells and villages as you can!

INPUT
playerCount: number of players (you are always player 0)
height: number of rows
width: number of columns
maxColonies: maximum number of new villages
value: first character stands for village (E = No village, N = Neutral village, Digit = Player village), second for field (N = Unclaimed, Digit = Owned by player)

OUTPUT
up to #maxColonies pairs <x> <y>, seperated by space