gameloop
read id:int
read playerCount:int
read turn:int
read income:int
read cash:int
read devs:int
read sellers:int
read managers:int
read features:int
read tests:int
read bugs:int
loop playerCount read startUpId:int marketShare:int reputation:int
write 0 0 0 0 0

STATEMENT
Get the market!

INPUT
id: Your player id
playerCount: Number of players
turn: Number of turns since the beginning
income: Your income for this turn
cash: Cash of your start-up
devCount: Developers employees of your start-up
sellerCount: Sellers employees of your start-up
managerCount: Managers employees of your start-up
featureCount: Features developed in your software
tests: Tests developed in your software
bugs: Bugs in your software
startUpId: Start-up id
marketShare: Market share of the start-up in thousands
reputation: Reputation of the start-up

OUTPUT
<devsToHire> <sellerToHire> <managersToHire> <maintenanceDevs> <competitiveSellers> <targetId>