ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1210. Kind Spirits

WA #5. Some tests is needed
Posted by Rakovets Alex 23 Feb 2008 15:26
I`m sure that written algo is correct, but I might make stupid mistake...
My solutions can pass all my tests and my friends` also.

Please, give me some tricky tests!

Thanks a lot!
Re: WA #5. Some tests is needed
Posted by Victor 24 Oct 2010 04:56
2
2
0
1 2 0
*
2
1 1 0
2 3 0

answer 5
Re: WA #5. Some tests is needed
Posted by balandini 30 May 2012 18:28
Here are some tests:
TEST :
10
1
1 10 0
*
1
1 10 0
*
1
1 10 0
*
1
1 10 0
*
1
1 10 0
*
1
1 10 0
*
1
1 10 0
*
1
1 10 0
*
1
1 10 0
*
1
1 10 0
answer 100
TEST:
1
3
1 10 0
2 -5 0
3 -1000 0
answer -1000
Re: WA #5. Some tests is needed
Posted by Stiff 30 Nov 2012 15:48
balandini wrote 30 May 2012 18:28
Here are some tests:
TEST:
1
3
1 10 0
2 -5 0
3 -1000 0
answer -1000

I think this test is wrong, because we have only 1 planet on the 0th level, So it should be:
1
3
1 10 0
1 -5 0
1 -1000 0
Re: WA #5. Some tests is needed
Posted by almost 25 Oct 2014 08:16
thanks!
Re: WA #5. Some tests is needed
Posted by Ealham 23 Feb 2019 11:58
Thanks a lot.