Skip to content

Bug Report for range-sum-query-immutable #5394

@semani01

Description

@semani01

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

Image Image
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions