0_0_5943847_18283.cpp:6: error: size of array `map' is too large
0_0_5943847_18283.cpp:6: error: size of array `num' is too large
0_0_5943847_18283.cpp: In function `void init()':
0_0_5943847_18283.cpp:20: error: `map' undeclared (first use this function)
0_0_5943847_18283.cpp:20: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_5943847_18283.cpp:21: error: `num' undeclared (first use this function)
0_0_5943847_18283.cpp: In function `void floyd()':
0_0_5943847_18283.cpp:36: error: `map' undeclared (first use this function)
0_0_5943847_18283.cpp:39: error: `num' undeclared (first use this function)
0_0_5943847_18283.cpp: In function `int main()':
0_0_5943847_18283.cpp:69: error: `map' undeclared (first use this function)
0_0_5943847_18283.cpp:70: error: `num' undeclared (first use this function)
|