Search found 1 match

by rhak_so
Fri Oct 13, 2006 8:33 pm
Forum: Volume 108 (10800-10899)
Topic: 10803 - Thunder Mountain
Replies: 47
Views: 31053

10803 - Thunder Mountain

I get WA , need help .

It is my code :D :


#include<cstdio>
#include<cstdlib>
#include<cmath>
#define MAXVERT 400
#define INFINITO 1000000.0000
#define NULO -1

void inserta_grafo();
void max_dist();
void inicializar();
void floyd();
//void imprimir(double p[][MAXVERT]);
//void imprimir_padre(int ...

Go to advanced search