Problem with submitting answer!

I have wriiten the CIELMAP program in java and it works completely fine and gives me the correct answer…however when i submit the file it tells me my solution is wrong…I have read the FAQ and my class name is Main.

I have also checked how the inputs are supposed to be.

Do i need to consider anything else before i submit?

Thanks

Your program is tested on some input files and these input are different from the sample test cases
given on the problem page. So, If the judges says “Wrong Answer”. It means that your code fails to
give a correct answer on one of the inputs.

Check your code for any corner cases OR Implementation errors OR bugs.

1 Like