I just finished analysis mode on the problem Range Reconstruction (USACO), and all my code checks out all of the sample inputs. However, when I submit my code, the grader returns the message:
The grader for this problem says:
W
Your output (written to stdout):
-1 1 0
What does this mean? Am I doing something wrong? Thanks.