76500_0_32341.cpp:8: error: size of array `AdjMatrix' is too large
76500_0_32341.cpp: In function `void initialize(int)':
76500_0_32341.cpp:24: error: `AdjMatrix' undeclared (first use this function)
76500_0_32341.cpp:24: error: (Each undeclared identifier is reported only once for each function it appears in.)
76500_0_32341.cpp: In function `void CreatGraph(int)':
76500_0_32341.cpp:45: error: `AdjMatrix' undeclared (first use this function)
76500_0_32341.cpp: In function `CostType Prime(int, int)':
76500_0_32341.cpp:62: error: `AdjMatrix' undeclared (first use this function)
|