read playerCount:int playerId:int
gameloop
loopline playerCount lastPlayedCard:int
read line1CardsCount:int
loopline line1CardsCount cardValue:int
read line2CardsCount:int
loopline line2CardsCount cardValue:int
read line3CardsCount:int
loopline line3CardsCount cardValue:int
read line4CardsCount:int
loopline line4CardsCount cardValue:int
loopline playerCount score:int
read playerCardsCount:int
loopline playerCardsCount cardValue:int
read gamePhase:word(20)
write PLAY 0

STATEMENT
Earn less cows than your opponents!

INPUT
gamePhase: either CHOOSE_CARD_TO_PLAY or CHOOSE_LINE_TO_PICK
playerCount: the amount of players
line1CardsCount: the number of cards in the first line
line2CardsCount: the number of cards in the first line
line3CardsCount: the number of cards in the first line
line4CardsCount: the number of cards in the first line
playerCardsCount: the number of cards in your hand
cardValue: the card value

OUTPUT
PLAY <cardValue>|PICK <lineId>