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_38232660_23139.cpp: In function 'void get_next(const char*, int)':
0_0_38232660_23139.cpp:47:2: error: reference to 'next' is ambiguous
  next[0] = len;
  ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_38232660_23139.cpp:52:2: error: reference to 'next' is ambiguous
  next[1] = i;
  ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_38232660_23139.cpp:55:6: error: reference to 'next' is ambiguous
   if(next[i - po] + i < next[po] + po) { //第一种情况,可以直接得到next[i]的值
      ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_38232660_23139.cpp:55:25: error: reference to 'next' is ambiguous
   if(next[i - po] + i < next[po] + po) { //第一种情况,可以直接得到next[i]的值
                         ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_38232660_23139.cpp:56:4: error: reference to 'next' is ambiguous
    next[i] = next[i - po];
    ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_38232660_23139.cpp:56:14: error: reference to 'next' is ambiguous
    next[i] = next[i - po];
              ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_38232660_23139.cpp:58:12: error: reference to 'next' is ambiguous
    int j = next[po] + po - i;
            ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_38232660_23139.cpp:65:4: error: reference to 'next' is ambiguous
    next[i] = j;
    ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_38232660_23139.cpp: In function 'void extend_KMP(const char*, int, const char*, int)':
0_0_38232660_23139.cpp:81:6: error: reference to 'next' is ambiguous
   if(next[i - po] + i < extend[po] + po) { //第一种情况,直接可以得到extend[i]的值
      ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_38232660_23139.cpp:82:16: error: reference to 'next' is ambiguous
    extend[i] = next[i - po];
                ^
0_0_38232660_23139.cpp:44:5: note: candidates are: int next [1001000]
 int next[MAXN], extend[MAXN];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
                 from 0_0_38232660_23139.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^


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-09-28 00:26:12, Gzip enabled