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 1325. Dirt

@FEAR WA ON 22 [10] // Problem 1325. Dirt 5 Jun 2004 15:14
I've submited 2 ACed Programs but they both got WA ON22.
So does my programs.
why~?
Is there any trick ~~?
Ronnie Re: WA ON 22 [4] // Problem 1325. Dirt 26 Aug 2004 01:02
Mine (Dijkstra with heap) gets WA on 22 too. I don't know what's wrong.
Maybe someone else can help us.
Saturn Re: WA ON 22 [2] // Problem 1325. Dirt 3 Sep 2004 23:40
I got WA test 22,too!
Saturn Re: WA ON 22 [1] // Problem 1325. Dirt 3 Sep 2004 23:41
Help me, still WA on test22
Thanks
Ronnie Re: WA ON 22 // Problem 1325. Dirt 4 Sep 2004 02:30
I got AC, I had a bug, but can't remember what.
Dart MirzMan C++ Edition (Mirzoyan Alexey, Rybinsk SAAT) Re: WA ON 22 // Problem 1325. Dirt 28 Feb 2007 17:10
Ronnie wrote:
    Mine (Dijkstra with heap) gets WA on 22 too

Dijkstra??? Is it O(n^4)? 500^4 - too long...
Yu Xin Re: WA ON 22 [4] // Problem 1325. Dirt 12 May 2005 21:40
Be careful to this test:
4 4
2 1
1 3
0220
1001
1001
0110
Einstein Chen(einstein[underline]csm[at]hotmail[dot]com) Re: WA ON 22 [1] // Problem 1325. Dirt 29 May 2005 11:08
is that
7 1 ?
wa22 too...
Einstein Chen(einstein[underline]csm[at]hotmail[dot]com) Re: WA ON 22 // Problem 1325. Dirt 1 Jul 2005 20:53
what a bug!
finally accepted...
Samsonov Alex [USU] Re: WA ON 22 [1] // Problem 1325. Dirt 16 Nov 2005 20:52
The answer is
3 1
Isn't it?
Dembel {AESC USU} Re: WA ON 22 // Problem 1325. Dirt 25 Dec 2006 23:44
Yes.