read dimension:int
read numberRounds:int
read pathLength:int

gameloop
read opponentRow:int opponentCol:int

write 0 0



INPUT
dimension: Dimension of the square grid
numberRounds: Number of squares each player can select
pathLength: Length of the ant's path
opponentRow: The coordinates of your opponent's last move



OUTPUT
<row> <column>