Time displayed for wrong answer

What does the time displayed with WA mean?

If my current solution gets WA after more time than my previous solution, does this mean that my current solution has passed more test cases?

Is WA - 0.98 seconds better than WA - 0.45 seconds

Maybe or may not be…

I mean what if your algorithms for code giving (WA - 0.98) is weaker than the algorithm for the code giving (WA - 0.45)?

Also yes there is a possibility that your code is passing more number of cases compared to code with less execution time along with WA.

1 Like