0_0_13441859_12776.cpp:91:1: error: stray '\264' in program
TLE ´úÂë
^
0_0_13441859_12776.cpp:91:1: error: stray '\372' in program
0_0_13441859_12776.cpp:91:1: error: stray '\302' in program
0_0_13441859_12776.cpp:91:1: error: stray '\353' in program
0_0_13441859_12776.cpp: In function 'int try_to_insert(int)':
0_0_13441859_12776.cpp:25:13: error: reference to 'hash' is ambiguous
int h = hash(st[s]);
^
0_0_13441859_12776.cpp:16:5: note: candidates are: int hash(int (&)[9])
int hash(State& s)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_classes.h:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:41,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:42,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_13441859_12776.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_13441859_12776.cpp:30:13: error: reference to 'next' is ambiguous
u = next[u];
^
0_0_13441859_12776.cpp:14:17: note: candidates are: int next [1000003]
int head[MAXN], next[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++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_13441859_12776.cpp:1:
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_13441859_12776.cpp:32:5: error: reference to 'next' is ambiguous
next[s] = head[h];
^
0_0_13441859_12776.cpp:14:17: note: candidates are: int next [1000003]
int head[MAXN], next[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++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_13441859_12776.cpp:1:
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_13441859_12776.cpp: At global scope:
0_0_13441859_12776.cpp:91:1: error: 'TLE' does not name a type
TLE ´úÂë
^
|