Sponsored
Use these hints if you're stuck. Try solving on your own first.
How to check if an interval is covered by another?
Compare each interval to all others and check if it is covered by any interval.
Solve with full IDE support and test cases