0_0_15597718_11756.cpp: In function 'int main()':
0_0_15597718_11756.cpp:32:9: error: reference to 'list' is ambiguous
list[k]=way[k][8][8];
^
0_0_15597718_11756.cpp:20:5: note: candidates are: int list [15]
int list[15];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/list:63:0,
from 0_0_15597718_11756.cpp:8:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_list.h:447:11: note: template<class _Tp, class _Alloc> class std::list
class list : protected _List_base<_Tp, _Alloc>
^
0_0_15597718_11756.cpp:38:23: error: reference to 'list' is ambiguous
printf("%d\n",list[n]);
^
0_0_15597718_11756.cpp:20:5: note: candidates are: int list [15]
int list[15];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/list:63:0,
from 0_0_15597718_11756.cpp:8:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_list.h:447:11: note: template<class _Tp, class _Alloc> class std::list
class list : protected _List_base<_Tp, _Alloc>
^
|