0_0_7783840_20907.cpp: In function `void dijsktra(int, int)':
0_0_7783840_20907.cpp:14: error: `max' undeclared (first use this function)
0_0_7783840_20907.cpp:14: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_7783840_20907.cpp:24: error: name lookup of `i' changed for new ISO `for' scoping
0_0_7783840_20907.cpp:18: error: using obsolete binding at `i'
0_0_7783840_20907.cpp: In function `int main()':
0_0_7783840_20907.cpp:35: error: `max' undeclared (first use this function)
|