0_0_14946877_9658.cpp: In function 'int main()':
0_0_14946877_9658.cpp:35:4: error: reference to 'hash' is ambiguous
hash.push_back(ss[i].l);
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:36:4: error: reference to 'hash' is ambiguous
hash.push_back(ss[i].r);
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:38:3: error: reference to 'hash' is ambiguous
hash.push_back(-1000000110);
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:39:8: error: reference to 'hash' is ambiguous
sort(hash.begin(), hash.end());
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:39:22: error: reference to 'hash' is ambiguous
sort(hash.begin(), hash.end());
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:40:3: error: reference to 'hash' is ambiguous
hash.erase(unique(hash.begin(),hash.end()), hash.end());
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:40:21: error: reference to 'hash' is ambiguous
hash.erase(unique(hash.begin(),hash.end()), hash.end());
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:40:34: error: reference to 'hash' is ambiguous
hash.erase(unique(hash.begin(),hash.end()), hash.end());
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:40:47: error: reference to 'hash' is ambiguous
hash.erase(unique(hash.begin(),hash.end()), hash.end());
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:42:25: error: reference to 'hash' is ambiguous
int ll = lower_bound(hash.begin(), hash.end(), ss[i].l) - hash.begin();
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:42:39: error: reference to 'hash' is ambiguous
int ll = lower_bound(hash.begin(), hash.end(), ss[i].l) - hash.begin();
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:42:62: error: reference to 'hash' is ambiguous
int ll = lower_bound(hash.begin(), hash.end(), ss[i].l) - hash.begin();
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:43:25: error: reference to 'hash' is ambiguous
int rr = lower_bound(hash.begin(), hash.end(), ss[i].r) - hash.begin();
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:43:39: error: reference to 'hash' is ambiguous
int rr = lower_bound(hash.begin(), hash.end(), ss[i].r) - hash.begin();
^
0_0_14946877_9658.cpp:12:12: note: candidates are: std::vector<int> hash
vector<int>hash;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:1181:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65,
from 0_0_14946877_9658.cpp:3:
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_14946877_9658.cpp:43:62: error: reference to 'hash' is ambiguous
int rr = lower_bound(hash.begin(), hash.end(), ss[i].r) - hash.begin();
|