You are given a positive integer, days, which represents the total number of days an employee is available for work, starting from day meetings, where each entry meetings[i]
Your task is to count the days when the employee is available for work but has no scheduled meetings.
Note: The meetings may overlap.
Constraints:
days
meetings.length
meetings[i].length
meetings[i][0] meetings[i][1] days
You are given a positive integer, days, which represents the total number of days an employee is available for work, starting from day meetings, where each entry meetings[i]
Your task is to count the days when the employee is available for work but has no scheduled meetings.
Note: The meetings may overlap.
Constraints:
days
meetings.length
meetings[i].length
meetings[i][0] meetings[i][1] days