Thank you . . for the hint....
I am really disappointed by the test data, and i wonder how can the first person get this problem accepted.
Search found 7 matches
- Sat Dec 21, 2002 3:05 pm
- Forum: Volume 7 (700-799)
- Topic: 727 - Equation
- Replies: 156
- Views: 56902
- Sat Sep 21, 2002 6:36 pm
- Forum: Volume 8 (800-899)
- Topic: 843 - Crypt Kicker
- Replies: 51
- Views: 35644
Judge program
I submit a program that output nothing, and got accepted with runtime = 0.00s.
: )
: )
Adrian Kuegel wrote:I have now written the special judge program and send it to the admins. If after rejudge you get Wrong answer, you can send me your program, so that I can look, if my judge program or your program is wrong.
- Sat Jul 20, 2002 8:08 am
- Forum: Volume 2 (200-299)
- Topic: 283 - Compress
- Replies: 16
- Views: 10186
Poor question!
The test input contains charactors besides 'A'..'Z', 'a'...'z', '.', ' ', ',', '-', '$'.
So bad this question is!
So bad this question is!
- Fri Jul 12, 2002 7:24 pm
- Forum: Volume 2 (200-299)
- Topic: 267 - Of(f) Course!
- Replies: 16
- Views: 4439
My Observation
After about 10 submission, i finally get Accepted(PE).....
My observations:
1. input speeds are greater than zero
2. there is always solutions that lead your plane to fly along the desired direction, although you may flying backwards. (consider the set of data '100 270 0 1', you can never fly the ...
My observations:
1. input speeds are greater than zero
2. there is always solutions that lead your plane to fly along the desired direction, although you may flying backwards. (consider the set of data '100 270 0 1', you can never fly the ...
- Wed Jun 19, 2002 12:24 pm
- Forum: Volume 2 (200-299)
- Topic: 218 - Moth Eradication
- Replies: 60
- Views: 19805
a test case
Try this test case:
9
0 1
5 0
4 1.5
3 -0.2
0 -1
2.5 -1.5
0 0
2 2
6 0
0
This should give probably:
Region #1:
(0.0,1.0)-(2.0,2.0)-(4.0,1.5)-(6.0,0.0)-(2.5,-1.5)-(0.0,-1.0)-(0.0,0.0)-(0.0,1.0)
Perimeter length = 15.16
Also, it seems that there is no cases for number of point <= 2 (i use the code ...
9
0 1
5 0
4 1.5
3 -0.2
0 -1
2.5 -1.5
0 0
2 2
6 0
0
This should give probably:
Region #1:
(0.0,1.0)-(2.0,2.0)-(4.0,1.5)-(6.0,0.0)-(2.5,-1.5)-(0.0,-1.0)-(0.0,0.0)-(0.0,1.0)
Perimeter length = 15.16
Also, it seems that there is no cases for number of point <= 2 (i use the code ...
- Tue May 28, 2002 10:26 am
- Forum: Volume 7 (700-799)
- Topic: 714 - Copying Books
- Replies: 29
- Views: 25355
Reason for error
Finally, i find that the problem my program is integer overflow...
...
...

- Sat May 25, 2002 8:19 am
- Forum: Volume 7 (700-799)
- Topic: 714 - Copying Books
- Replies: 29
- Views: 25355
714 - Copying Books
Dear all,
I have a hard time doing 714. I have tried many test cases and get correct answer. However, the online judge still reply 'wrong answer'...
Can anyone give me some hints about what points i have missed?
Thank you in advance.
I have a hard time doing 714. I have tried many test cases and get correct answer. However, the online judge still reply 'wrong answer'...
Can anyone give me some hints about what points i have missed?
Thank you in advance.