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 1416. Confidential

Kollekcioner[Vologda, VML1] Some test [7] // Problem 1416. Confidential 15 Aug 2007 00:23
If you have WA25 and low try this test:

8 9
1 2 1
2 3 5
3 4 3
4 5 4
3 6 1
3 7 2
3 8 9
6 8 9
7 8 8
Denis Koshman Re: Some test [3] // Problem 1416. Confidential 3 Aug 2008 19:27
AC answer:
Cost: 24
Cost: 25
Sunzuhan Re: Some test // Problem 1416. Confidential 4 Apr 2011 20:37
What?
The right answer should be
Cost: 24
Cost: -1
Reply to the upper

Edited by author 04.04.2011 20:38
Giorgi Shavgulidze [Tbilisi SU] Re: Some test [1] // Problem 1416. Confidential 9 Apr 2011 02:44
I think answer should be 24 24, as my program does. We can replace 3->8 with 3->6 and it changes nothing.
index Re: Some test // Problem 1416. Confidential 8 May 2011 12:48
In fact,it changes;
What my program shows is 24 25
wzkDTerH Re: Some test [2] // Problem 1416. Confidential 2 Jul 2011 08:42
Thanks
answer is 24,25.
wzkDTerH Re: Some test // Problem 1416. Confidential 2 Jul 2011 08:46
Thank you very much!!
Ritesh Rastogi Re: Some test // Problem 1416. Confidential 25 Apr 2020 06:26
Thanks a ton !