Update: AC now!
For future posterity for those attempting to solve this one, I strongly suspect there are blank lines between scenarios in the input file, even though there's no mention of that being the case in the problem statement. I modified my program to pattern match against this regex ...
Search found 4 matches
- Fri Jun 13, 2008 8:25 am
- Forum: Volume 1 (100-199)
- Topic: 163 - City Directions
- Replies: 24
- Views: 14807
- Fri Jun 13, 2008 7:41 am
- Forum: Volume 1 (100-199)
- Topic: 163 - City Directions
- Replies: 24
- Views: 14807
Re: 163 - City Directions
Can anyone give me any pointers as to any "tricks" for the input data when it comes to the starting position?
I've been using Java and constantly am getting RUNTIME ERROR when I submit, yet I have exactly correct answers when I run every example input posted on these boards, never once getting a RE ...
I've been using Java and constantly am getting RUNTIME ERROR when I submit, yet I have exactly correct answers when I run every example input posted on these boards, never once getting a RE ...
- Sat Jan 08, 2005 9:38 am
- Forum: Volume 1 (100-199)
- Topic: 139 - Telephone Tangles
- Replies: 66
- Views: 15754
That's an "interesting" problem statement...
Okay, I'll grant that the Local Number support was broken in my code. Actually, that was not in my final code, but was something I hacked together to test an idea, and I simply posted the wrong version in this topic. My mistake on that one.
But, if the other issue you pointed out turns out to be ...
But, if the other issue you pointed out turns out to be ...
- Thu Dec 30, 2004 8:18 am
- Forum: Volume 1 (100-199)
- Topic: 139 - Telephone Tangles
- Replies: 66
- Views: 15754
139 - Keep getting WA
Okay, this problem is VERY frustrating to me! I've managed every angle I can think of to get past the WA on this one, and nothing is working.
I've gone and tried every test case from every post in this forum for #139 (Telephone Tangles), and come up with correct answers for each. I even went so far ...
I've gone and tried every test case from every post in this forum for #139 (Telephone Tangles), and come up with correct answers for each. I even went so far ...