ahhh I should be more careful. Thanks for the tip.
-gt
Search found 6 matches
- Wed Aug 25, 2010 9:59 pm
- Forum: Volume 4 (400-499)
- Topic: 429 - Word Transformation
- Replies: 82
- Views: 32089
- Wed Aug 25, 2010 8:15 am
- Forum: Volume 2 (200-299)
- Topic: 223 - Classifying Lots in a Subdivision
- Replies: 3
- Views: 4087
Re: Problem # 223
It seems every time I attempt a harder puzzle I always get WA even though I'm convinced my algorithm is correct. Can anyone clarify the output specifications for this problem, the instructions are vague and the formatting is the likely culprit.
-gt
INPUT:
4
0 0 1 0
0 0 0 1
0 1 1 1
1 0 1 1
8
0 ...
-gt
INPUT:
4
0 0 1 0
0 0 0 1
0 1 1 1
1 0 1 1
8
0 ...
- Thu Aug 19, 2010 7:28 pm
- Forum: Volume 2 (200-299)
- Topic: 295 - Fatman
- Replies: 3
- Views: 4332
Re: 295 Fatman
Anybody have any test cases. Everything I have checks out with the solution by hand including mazes and L=0, W=0 cases. I'm failing around the 1 second mark, did anyone have an issue with rounding here???
Thanks in advance
-gt
Thanks in advance
-gt
- Sun Mar 21, 2010 2:53 am
- Forum: Volume 8 (800-899)
- Topic: 809 - Bullet Hole
- Replies: 6
- Views: 6014
convinced my algorithm is correct
Can anyone run this test case for me:
5 25 5 15 0 5 15 100
3 30 0 -35 0 3 -25 3
10 16 8 17 11 12 19 6
10 100 5 5 150 5 5 145
1 10 9 9 4 9 9 6
2 10 9 9 4 9 9 6
2 10 9 9 -4 9 9 6
2 10 9 9 20 9 9 40
2 10 -10 1 5 0 1 5
2 10 6 5 -10 6 5 5
2 10 5 5 -100 5 5 0
2 10 -3 3 5 0 3 5
1 10 0 4 3 0 4 8
0
My ...
5 25 5 15 0 5 15 100
3 30 0 -35 0 3 -25 3
10 16 8 17 11 12 19 6
10 100 5 5 150 5 5 145
1 10 9 9 4 9 9 6
2 10 9 9 4 9 9 6
2 10 9 9 -4 9 9 6
2 10 9 9 20 9 9 40
2 10 -10 1 5 0 1 5
2 10 6 5 -10 6 5 5
2 10 5 5 -100 5 5 0
2 10 -3 3 5 0 3 5
1 10 0 4 3 0 4 8
0
My ...
- Wed Dec 30, 2009 11:58 am
- Forum: General
- Topic: A public stats page
- Replies: 0
- Views: 2800
A public stats page
Hey guys, I'm new here and am wondering if there is any way to get a public page with your stats from the server so you can link to it?
Thanks in advance for your help,
-GT
Thanks in advance for your help,
-GT
- Sat Dec 26, 2009 10:31 am
- Forum: Volume 4 (400-499)
- Topic: 429 - Word Transformation
- Replies: 82
- Views: 32089
429 - Word Transformation
Hey guys I'm wondering if anyone can offer some advice on this problem. I'm new to the site (solved about ~10). I submitted this specific problem multiple times under multiple white space interpretations. I'm fairly confident that my algorithm works and it passes all test cases. So I am wondering if ...