Ad
  • Default User Avatar

    I'm getting similar issues with this kata on the last expected test in C++. The test is expeting 12.74 and my result is 12.74 but still marks it as incorrect.

  • Default User Avatar

    I wrote it in c++. When I compile the code on my own and test it using the data in the Kata I get the correct results, but i'm not sure what error code 139 means when I try to submit it. Also, the code passes when I do the sample test in the kata.

  • Default User Avatar

    I'm able to pass all of the tests, but keep getting exit code 139 when I attempt to submit my solution. I wrote the main() function on my own and tested it out with the provided data and I'm getting the correct results.