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_18839539_31048.cpp: In function 'bool strcmpe(int, int)':
0_0_18839539_31048.cpp:22:5: error: reference to 'rank' is ambiguous
  if(rank[i]!=rank[j])return rank[i]<rank[j];
     ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp:22:14: error: reference to 'rank' is ambiguous
  if(rank[i]!=rank[j])return rank[i]<rank[j];
              ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp:22:29: error: reference to 'rank' is ambiguous
  if(rank[i]!=rank[j])return rank[i]<rank[j];
                             ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp:22:37: error: reference to 'rank' is ambiguous
  if(rank[i]!=rank[j])return rank[i]<rank[j];
                                     ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp:24:17: error: reference to 'rank' is ambiguous
   int ri=i+k<=n?rank[i+k]:-1;
                 ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp:25:17: error: reference to 'rank' is ambiguous
   int rj=j+k<=n?rank[j+k]:-1;
                 ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp: In function 'void bmater(std::string)':
0_0_18839539_31048.cpp:33:3: error: reference to 'rank' is ambiguous
   rank[i]=i<n?s[i]:-1;
   ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp:42:4: error: reference to 'rank' is ambiguous
    rank[i]=tmp[i];
    ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp: In function 'void lcper(std::string)':
0_0_18839539_31048.cpp:47:23: error: reference to 'rank' is ambiguous
  for(int i=0;i<=n;i++)rank[sa[i]]=i;
                       ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp:51:12: error: reference to 'rank' is ambiguous
   int j=sa[rank[i]-1];
            ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_18839539_31048.cpp:56:7: error: reference to 'rank' is ambiguous
   lcp[rank[i]-1]=h;
       ^
0_0_18839539_31048.cpp:16:16: note: candidates are: int rank [100001]
 int sa[100001],rank[100001],tmp[100001],lcp[100001];
                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:60,
                 from 0_0_18839539_31048.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^


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-11-26 09:33:04, Gzip enabled