Search found 4 matches
- Fri May 20, 2011 9:28 pm
- Forum: Volume 117 (11700-11799)
- Topic: 11749 - Poor Trade Advisor
- Replies: 10
- Views: 5302
11749 - Poor Trade Advisor
Can anybody explain this problem? I didn't understand at all what it wanted.
- Fri Apr 29, 2011 4:51 pm
- Forum: Volume 6 (600-699)
- Topic: 627 - The Net
- Replies: 18
- Views: 10707
Re: 627:Why WA???
Thanks vaia again...........I'll remember your advice 

- Fri Apr 29, 2011 6:54 am
- Forum: Volume 6 (600-699)
- Topic: 627 - The Net
- Replies: 18
- Views: 10707
Re: 627:Why WA???
Absolutely not, there are 2/3 posts with no replies.....
Thanks Sohel vai for your responce.
Thanks Sohel vai for your responce.
- Thu Apr 28, 2011 7:20 pm
- Forum: Volume 6 (600-699)
- Topic: 627 - The Net
- Replies: 18
- Views: 10707
627:Why WA???
Simple BFS......I did so.....but WA many times......why???
#include<iostream>
#include<cstdio>
#include<queue>
#include<vector>
#include<cstdlib>
#include<cstring>
#define M 310
using namespace std;
int N,Path[M];
int List[M][55],adjNo[M];
bool BFS(int,int);
void PrintPath(int,int);
int main ...
#include<iostream>
#include<cstdio>
#include<queue>
#include<vector>
#include<cstdlib>
#include<cstring>
#define M 310
using namespace std;
int N,Path[M];
int List[M][55],adjNo[M];
bool BFS(int,int);
void PrintPath(int,int);
int main ...