gameloop
read diceCount:int
loopline diceCount diceValue:int
write pass

STATEMENT
Keep at least one dice or pass!

INPUT
diceCount: The number of rolled dices
diceValue: The value of each dice between 1 to 6

OUTPUT
List of diceValue to keep, ie: "1 1 5" OR "pass"