0_0_24796203_22110.cpp: In function 'void getnext(int)':
0_0_24796203_22110.cpp:9:12: error: reference to 'next' is ambiguous
memset(next,-1,sizeof(next));
^
0_0_24796203_22110.cpp:7:5: note: candidates are: int next [2005]
int next[2005];
^
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_24796203_22110.cpp:3:
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_24796203_22110.cpp:9:27: error: reference to 'next' is ambiguous
memset(next,-1,sizeof(next));
^
0_0_24796203_22110.cpp:7:5: note: candidates are: int next [2005]
int next[2005];
^
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_24796203_22110.cpp:3:
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_24796203_22110.cpp:14:13: error: reference to 'next' is ambiguous
next[++i] = ++j;
^
0_0_24796203_22110.cpp:7:5: note: candidates are: int next [2005]
int next[2005];
^
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_24796203_22110.cpp:3:
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_24796203_22110.cpp:16:17: error: reference to 'next' is ambiguous
j = next[j];
^
0_0_24796203_22110.cpp:7:5: note: candidates are: int next [2005]
int next[2005];
^
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_24796203_22110.cpp:3:
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_24796203_22110.cpp: At global scope:
0_0_24796203_22110.cpp:20:5: error: expected initializer before 'int'
int ans = 0, len1 = strlen(str[x]);
^
0_0_24796203_22110.cpp:21:25: error: 'y' was not declared in this scope
int len =strlen(str[y]);
^
0_0_24796203_22110.cpp:24:5: error: expected unqualified-id before 'while'
while(i < len1) //ģʽ´®Æ¥ÅäÔ´®
^
0_0_24796203_22110.cpp:33:5: error: expected unqualified-id before 'return'
return ans;
^
0_0_24796203_22110.cpp:34:1: error: expected declaration before '}' token
}
^
|