0_0_11475172_11192.cpp: In function `void Dijkstra(int, int, int*, int*, int (*)[100])':
0_0_11475172_11192.cpp:30: error: name lookup of `i' changed for new ISO `for' scoping
0_0_11475172_11192.cpp:16: error: using obsolete binding at `i'
0_0_11475172_11192.cpp:44: error: name lookup of `j' changed for new ISO `for' scoping
0_0_11475172_11192.cpp:35: error: using obsolete binding at `j'
0_0_11475172_11192.cpp: In function `int main()':
0_0_11475172_11192.cpp:73: error: name lookup of `i' changed for new ISO `for' scoping
0_0_11475172_11192.cpp:69: error: using obsolete binding at `i'
|