-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Bug Report for https://neetcode.io/problems/range-sum-query-immutable
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
- For the sum 'Range Sum Query Immutable', when running my solution, I'm getting this compilation error: Error
Main.java:-4: error: package javafx.util does not exist
import javafx.util.*;
^
1 error
- As has been pointed out in the Debug panel, this is an environment-level issue with the non-existent 'javafx.util' package.
- And as a result of this, I'm unable to run or submit code for this question.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels