Skip to main content
Go to Latest
File
export default function bulbSwitch(n: number): number { return Math.floor(Math.sqrt(n));}