You are given n developers with unique skill levels from 1 to n.
Each developer i has:
Your task is to select the largest possible subset of developers such that every selected developer is satisfied.
For every selected developer i:
Return the maximum size of a valid team.