Here are the datasets and judges' solutions for the 2001 problem set. Each problem had at least three independent judges' solutions written for it, in addition to hand-checking test data and solutions. Submitted solutions were graded with diff, with the -w option used when the problem specification was not specific about the amount of whitespace. The judging was not fully automatic, and the output of each program is seen by the judge before the output of diff.
Some common observations made by the judges:
The following clarifications were issued during the contest. The problem set distributed is what was actually used during the contest. It was not edited to fully reflect these clarifications.
Problem : FDNY to the Rescue Question : How many fire stations can there be? Can there be more than one fire station per intersection? Answer : There can be no more than one fire station per intersection.
Problem : For the Porsche Question : is the min cost and max cost range inclusive, or exclusive? Answer : inclusive
Problem : For the Porsche Question : The output format instructions refer to "Feature Set N." Is this the number of the first customer who requested exactly that set of features? This phrase appears nowhere else in the spec. Answer : Replace the first paragraph of Output Format with the following: The first line of output for each data set should indicate which data set is being considered. These should print "Feature Set N", where N is the data set these results are for, counting from 1.
Problem : A New Growth Industry Question : if after we add the d[k] to the density of the point we get something outside the 0 3 interval, do we just make it 0 for negatives and 3 for positives or there will be no such case Answer : if the density drops below zero, it should be set to zero. if it rises above 3, it should be set to three.
Question : if after we add the d[k] to the density of the point we get something outside the 0 3 interval, do we just make it 0 for negatives and 3 for positives or there will be no such case Answer : if the density drops below zero, it should be set to zero. if it rises above 3, it should be set to three.
Problem : Start Up The Startup Question : Should we round up our final answer to two decimal places? Answer : The problem statement was ambiguous. Please round your answers. However, we have accepted truncated results, as well.
Problem : Financial Management Question : what's the correct formatting for 0.00??? eg. $.00 or $0.00 Answer : $0.00
Problem : I Think I Need a Houseboat Question : Should an end of line be outputted after the "END OF OUTPUT." string? Answer : yes