0_0_18213957_3761.cpp: In function 'void bfs()':
0_0_18213957_3761.cpp:22:9: error: reference to 'begin' is ambiguous
q.push(begin);
^
0_0_18213957_3761.cpp:14:2: note: candidates are: node begin
}begin;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:65:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:87:5: note: template<class _Tp, long long unsigned int _Nm> _Tp* std::begin(_Tp (&)[_Nm])
begin(_Tp (&__arr)[_Nm])
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:58:5: note: template<class _Container> decltype (__cont.begin()) std::begin(const _Container&)
begin(const _Container& __cont) -> decltype(__cont.begin())
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:48:5: note: template<class _Container> decltype (__cont.begin()) std::begin(_Container&)
begin(_Container& __cont) -> decltype(__cont.begin())
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:63:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/initializer_list:89:5: note: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
begin(initializer_list<_Tp> __ils) noexcept
^
0_0_18213957_3761.cpp:23:7: error: reference to 'begin' is ambiguous
mark[begin.x][begin.y] = begin.time;
^
0_0_18213957_3761.cpp:14:2: note: candidates are: node begin
}begin;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:65:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:87:5: note: template<class _Tp, long long unsigned int _Nm> _Tp* std::begin(_Tp (&)[_Nm])
begin(_Tp (&__arr)[_Nm])
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:58:5: note: template<class _Container> decltype (__cont.begin()) std::begin(const _Container&)
begin(const _Container& __cont) -> decltype(__cont.begin())
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:48:5: note: template<class _Container> decltype (__cont.begin()) std::begin(_Container&)
begin(_Container& __cont) -> decltype(__cont.begin())
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:63:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/initializer_list:89:5: note: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
begin(initializer_list<_Tp> __ils) noexcept
^
0_0_18213957_3761.cpp:23:16: error: reference to 'begin' is ambiguous
mark[begin.x][begin.y] = begin.time;
^
0_0_18213957_3761.cpp:14:2: note: candidates are: node begin
}begin;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:65:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:87:5: note: template<class _Tp, long long unsigned int _Nm> _Tp* std::begin(_Tp (&)[_Nm])
begin(_Tp (&__arr)[_Nm])
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:58:5: note: template<class _Container> decltype (__cont.begin()) std::begin(const _Container&)
begin(const _Container& __cont) -> decltype(__cont.begin())
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:48:5: note: template<class _Container> decltype (__cont.begin()) std::begin(_Container&)
begin(_Container& __cont) -> decltype(__cont.begin())
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:63:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/initializer_list:89:5: note: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
begin(initializer_list<_Tp> __ils) noexcept
^
0_0_18213957_3761.cpp:23:27: error: reference to 'begin' is ambiguous
mark[begin.x][begin.y] = begin.time;
^
0_0_18213957_3761.cpp:14:2: note: candidates are: node begin
}begin;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:65:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:87:5: note: template<class _Tp, long long unsigned int _Nm> _Tp* std::begin(_Tp (&)[_Nm])
begin(_Tp (&__arr)[_Nm])
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:58:5: note: template<class _Container> decltype (__cont.begin()) std::begin(const _Container&)
begin(const _Container& __cont) -> decltype(__cont.begin())
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:48:5: note: template<class _Container> decltype (__cont.begin()) std::begin(_Container&)
begin(_Container& __cont) -> decltype(__cont.begin())
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:63:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/initializer_list:89:5: note: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
begin(initializer_list<_Tp> __ils) noexcept
^
0_0_18213957_3761.cpp: In function 'int main()':
0_0_18213957_3761.cpp:70:6: error: reference to 'begin' is ambiguous
begin.x = i;
^
0_0_18213957_3761.cpp:14:2: note: candidates are: node begin
}begin;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:65:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:87:5: note: template<class _Tp, long long unsigned int _Nm> _Tp* std::begin(_Tp (&)[_Nm])
begin(_Tp (&__arr)[_Nm])
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:58:5: note: template<class _Container> decltype (__cont.begin()) std::begin(const _Container&)
begin(const _Container& __cont) -> decltype(__cont.begin())
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:48:5: note: template<class _Container> decltype (__cont.begin()) std::begin(_Container&)
begin(_Container& __cont) -> decltype(__cont.begin())
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:63:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:64,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/initializer_list:89:5: note: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
begin(initializer_list<_Tp> __ils) noexcept
^
0_0_18213957_3761.cpp:71:6: error: reference to 'begin' is ambiguous
begin.y = j;
^
0_0_18213957_3761.cpp:14:2: note: candidates are: node begin
}begin;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:65:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_18213957_3761.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:87:5: note: template<class _Tp, long long unsigned int _Nm> _Tp* std::begin(_Tp (&)[_Nm])
begin(_Tp (&__arr)[_Nm])
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:58:5: note: template<class _Container> decltype (__cont.begin()) std::begin(const _Container&)
begin(const _Container& __cont) -> decltype(__cont.begin())
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:48:5: note: template<class _Container> decltype (__cont.begin()) std::begin(_Container&)
begin(_Container& __cont) -> decltype(__cont.begin())
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:63:0,
from D:
|