Again, I don't know what has happened to my program. I tried all the test cases from board. All seems all right. But I got WA at the judge~~
#include <cstring>
#include <iostream>
using namespace std;
int visited[26],edges[26][26];
void DFS(int v){
visited[v]=1;
for (int w=0;w<26;w++){
if ...
Search found 3 matches
- Mon Oct 08, 2007 6:59 am
- Forum: Volume 101 (10100-10199)
- Topic: 10129 - Play on Words
- Replies: 34
- Views: 13724
- Mon Oct 08, 2007 3:55 am
- Forum: Volume 100 (10000-10099)
- Topic: 10067 - Playing with Wheels
- Replies: 62
- Views: 35732
- Thu Oct 04, 2007 4:54 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10067 - Playing with Wheels
- Replies: 62
- Views: 35732