693 - Digital Racing Circuit
Posted: Tue Jan 13, 2004 9:01 am
It seems that my program is reading until it runs out of input, and then continues to wait for input, since it changed from TLE to WA when I changed my program so it would exit if it didn't get the input it wanted.
My program does not depend on the amount of whitespace in the input. It does not expect a certain amount of coordinates for the track or acceleration parameters. Neither does it expect a certain number of test cases.
BUT it expects the ending 99999 for track coordinates, acceleration parameters and test case. It also expects the 99999 to come after an even number of values (i.e. both x and y coordinate).
Are there any possibility that there can be errors in the test data, since the problem hasn't been solved yet?
My program does not depend on the amount of whitespace in the input. It does not expect a certain amount of coordinates for the track or acceleration parameters. Neither does it expect a certain number of test cases.
BUT it expects the ending 99999 for track coordinates, acceleration parameters and test case. It also expects the 99999 to come after an even number of values (i.e. both x and y coordinate).
Are there any possibility that there can be errors in the test data, since the problem hasn't been solved yet?