F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_33892713_27298.cpp: In function 'bool check()':
0_0_33892713_27298.cpp:16:13: error: reference to 'map' is ambiguous
         if(!map[i]) continue;
             ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:18:16: error: reference to 'map' is ambiguous
             if(map[i]>map[j]&&map[j]) ret++;
                ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:18:23: error: reference to 'map' is ambiguous
             if(map[i]>map[j]&&map[j]) ret++;
                       ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:18:31: error: reference to 'map' is ambiguous
             if(map[i]>map[j]&&map[j]) ret++;
                               ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp: In function 'int min_len()':
0_0_33892713_27298.cpp:27:22: error: reference to 'map' is ambiguous
         ret+=abs(pos[map[i]][0]-i/3)+abs(pos[map[i]][1]-i%3);
                      ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:27:46: error: reference to 'map' is ambiguous
         ret+=abs(pos[map[i]][0]-i/3)+abs(pos[map[i]][1]-i%3);
                                              ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp: In function 'bool dfs(int, int, int, int, int)':
0_0_33892713_27298.cpp:36:17: error: reference to 'map' is ambiguous
         int tmp=map[3*x+y];map[3*x+y]=map[3*xx+yy];map[3*xx+yy]=tmp;
                 ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:36:28: error: reference to 'map' is ambiguous
         int tmp=map[3*x+y];map[3*x+y]=map[3*xx+yy];map[3*xx+yy]=tmp;
                            ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:36:39: error: reference to 'map' is ambiguous
         int tmp=map[3*x+y];map[3*x+y]=map[3*xx+yy];map[3*xx+yy]=tmp;
                                       ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:36:52: error: reference to 'map' is ambiguous
         int tmp=map[3*x+y];map[3*x+y]=map[3*xx+yy];map[3*xx+yy]=tmp;
                                                    ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:47:13: error: reference to 'map' is ambiguous
         tmp=map[3*x+y];map[3*x+y]=map[3*xx+yy];map[3*xx+yy]=tmp;
             ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:47:24: error: reference to 'map' is ambiguous
         tmp=map[3*x+y];map[3*x+y]=map[3*xx+yy];map[3*xx+yy]=tmp;
                        ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:47:35: error: reference to 'map' is ambiguous
         tmp=map[3*x+y];map[3*x+y]=map[3*xx+yy];map[3*xx+yy]=tmp;
                                   ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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_33892713_27298.cpp:4:
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_33892713_27298.cpp:47:48: error: reference to 'map' is ambiguous
         tmp=map[3*x+y];map[3*x+y]=map[3*xx+yy];map[3*xx+yy]=tmp;
                                                ^
0_0_33892713_27298.cpp:7:5: note: candidates are: int map [9]
 int map[9];
     ^
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/bi


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-07-08 07:30:14, Gzip enabled