Sponsored
Use these hints if you're stuck. Try solving on your own first.
Model the problem with a dp(pos, mask) where pos represents the current bike to be assigned and mask the set of available workers.
Solve with full IDE support and test cases