#include #include #include using namespace std; int matrixFloyd(int *C, int n, int *A, string* s) { int i,j,k; for (i=0; i