Sponsored
Use these hints if you're stuck. Try solving on your own first.
Pre calculate the number of stations on each city using Line Sweep.
Use binary search to maximize the minimum.
Solve with full IDE support and test cases