Hide
In this article
A "Wrong Answer" status in your HackerRank Coding Questions implies that your program or code is unable to produce the exact expected output for the Test Cases.
Some common causes of a "Wrong Answer" are listed below:
- A mismatch between the format of your output and the format of the expected output.
- Your solution's inability to handle corner scenarios and provide a complete solution.
- Code formatting and naming guidelines issue.
- Debug output values printed in the "Your Output" area and compared with the expected output.
Refer to the Failed Test Cases or “Wrong Answer” Status topic for detailed information.
It is recommended that you verify your solution for any of the above-mentioned causes, and debug your code to identify logical issues.
Comments
0 comments
Please sign in to leave a comment.