What is WA (-1.000000) in interactive problems?

I know TLE (-1.000000) means that the idleness limit has exceeded(i.e. not inputting/outputting when required), but what is WA (-1.000000)? I cannot post the code because the contest is going on…

1 Like

It means that you are exhausting the resources available in the particular question but still not giving the desired output. In easier words the grader now expects you to give the correct/desired answer but your code is still asking queries/waiting for input.

1 Like

Ask these queries in the comments of the respective problem. The comment section of a problem is below the problem statement.
Answer to you query - The judge will determine your score.