Search found 6 matches
- Mon May 03, 2004 10:52 pm
- Forum: Volume 6 (600-699)
- Topic: 601 - The PATH
- Replies: 20
- Views: 8655
I don't understand anything, why WA ??
I'm going to suffer a heart attack. Socorro !! Could anybody say me why I get always wrong answer ?? #include <iostream> #include <string> #include <vector> using namespace std; bool path_close(int i,int j,int N,bool found,vector<vector<pair<bool,char> > >& M,char c,string colour){ if(!found &am...
- Thu Apr 29, 2004 5:08 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10207 - The Unreal Tournament
- Replies: 23
- Views: 6928
10207 WA Could anybody give me more input/output tests ?
Hi. I'm getting WA for problem 10207, but I don't know why. I tested my program against a reasonably large (and in my opinion complete) input/output combination, and my program gets everything right (newlines and so too). I'd like to ask whether anybody minds giving me some sample input/output to te...
- Wed Apr 28, 2004 11:41 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10207 - The Unreal Tournament
- Replies: 23
- Views: 6928
- Wed Apr 28, 2004 10:28 am
- Forum: Volume 6 (600-699)
- Topic: 601 - The PATH
- Replies: 20
- Views: 8655
601 WA Why ??
Hi. I'm getting WA for problem 601, but I don't know why. I tested my program against a reasonably large (and in my opinion complete) input/output combination, and my program gets everything right (newlines and so too). :cry: I'd like to ask whether anybody minds giving me some sample input/output t...
- Wed Apr 14, 2004 10:38 pm
- Forum: Volume 6 (600-699)
- Topic: 601 - The PATH
- Replies: 20
- Views: 8655
:cry: First I'm sorry because my english is very bad although I'm going to try to explain wath's it happen. I have redone the code as much as 10 times and I always get the correct answer for my input. But I still get Wrong Answer in Online Judge. My main program makes the work at the next way: First...
- Thu Apr 08, 2004 10:18 am
- Forum: Volume 6 (600-699)
- Topic: 601 - The PATH
- Replies: 20
- Views: 8655
601 - The PATH
I always get WA but I don't understand it because I've tested a lot of inputs and there aren't wrongs. Anybody has a valid test ?? I use this input: 1 W 1 B 1 U 2 WW BB 2 BU WU 2 BU BU 2 UB UU 2 WW WW 2 UU UU 3 WWW WWW WWW 3 BBB BBB BBB 3 UUU UUU UUU 3 WBB WWU WBB 3 UUU WWU UUU 3 WWU UUU WWU 3 BUB B...