Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
File
package index
func BusyStudent(startTime []int, endTime []int, queryTime int) int { return busyStudent(startTime, endTime, queryTime)}