I’m submitting a solution to "Bytelandian gold coins"
and I get: wrong answer, which is not clickable.
So, I can’t see what is wrong with the answer, respectively the code.

How to see what is wrong with the answer?
How to see the (wrong) test cases?

  • created

    Jun '18
  • last reply

    Jun '18
  • 1

    reply

  • 1.9k

    views

  • 2

    users

  • 1

    link

You can’t, that’s part of the challenge.

You need to create your own test data and run it through your program. Compare what your program gives with the correct answer. In order to determine what the correct answer should be, it may help to write a simple brute force solver.

Alternatively, head on over to spojtoolkit.com252, and compare your answers with theirs. Beware though, there are plenty of programs on spojtoolkit that give incorrect answers, and there are many invalid test cases available.

Suggested Topics

Topic Category Replies Views Activity
Online Judge System 1 116 Mar 26

Want to read more? Browse other topics in Online Judge System or view latest topics.