Bug Report for https://neetcode.io/problems/range-sum-query-immutable
Summary
When submitting/executing a Java solution for Range Sum Query, compilation fails immediately with:
package javafx.util does not exist
This happens even when the solution itself is correct
Steps to reproduce
- Open Range Sum Query - Immutable on NeetCode
- Select Java as the language
- Paste a valid solution and run/submit
- Observe compilation error
Actual behavior
Main.java:-4: error: package javafx.util does not exist
import javafx.util.*;
^
1 error
Environment
Language: Java
Browser / OS: Brave, Windows 11