0_0_23343515_12782.cpp: In function 'void bl(int, int)':
0_0_23343515_12782.cpp:69:37: error: reference to 'map' is ambiguous
tmp[p[a][i]][p[b][j]] = map[i][j];
^
0_0_23343515_12782.cpp:7:13: note: candidates are: int** map
int n, m, **map, **tmp, **ans;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_23343515_12782.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_23343515_12782.cpp: In function 'int main()':
0_0_23343515_12782.cpp:86:9: error: reference to 'map' is ambiguous
map = dm(n, m);
^
0_0_23343515_12782.cpp:7:13: note: candidates are: int** map
int n, m, **map, **tmp, **ans;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_23343515_12782.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_23343515_12782.cpp:93:30: error: reference to 'map' is ambiguous
scanf("%d", &map[i][j]);
^
0_0_23343515_12782.cpp:7:13: note: candidates are: int** map
int n, m, **map, **tmp, **ans;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_23343515_12782.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_23343515_12782.cpp:94:29: error: reference to 'map' is ambiguous
ans[i][j] = map[i][j];
^
0_0_23343515_12782.cpp:7:13: note: candidates are: int** map
int n, m, **map, **tmp, **ans;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_23343515_12782.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
0_0_23343515_12782.cpp:112:14: error: reference to 'map' is ambiguous
deld(map);
^
0_0_23343515_12782.cpp:7:13: note: candidates are: int** map
int n, m, **map, **tmp, **ans;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_23343515_12782.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: note: template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map
class map
^
|