Ad
  • Custom User Avatar

    when you are not sure, please do not raise an issue just yet. try your code on your own machine first, and see what happens. you can ask a question for help. there are more than 3,000 Java solutions so it is unlikely that the tests are faulty.

  • Custom User Avatar

    i get this error:
    java.lang.NumberFormatException: For input string: "9876543210"
    I guess its because the input value is bigger than the max size of a long value.
    Is this my mistake or a mistake of the tests? (I use java 17)