Search found 1 match

by tom83
Mon Nov 28, 2016 11:17 pm
Forum: Volume 100 (10000-10099)
Topic: 10009 - All Roads Lead Where?
Replies: 60
Views: 25304

Re: 10009 - All Roads Lead Where?

Getting WA in this code, i can't find the error. I would appreciate some help.

#include <bits/stdc++.h>
using namespace std;
#define oo 1000000
//bool debug = false;


void calcular(int inicial, int destino, vector<int> graph[], int v,string name[]){
int dist[v];
int path[v];
bool visitado[v ...

Go to advanced search