from typing import List def countTeams(num: int, skills: List[int], minAssociates: int, minLevel: int, maxLevel: int) -> int: # WRITE YOUR BRILLIAN