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_14569939_4606.cpp: In function 'void addEdge(int, int, int)':
0_0_14569939_4606.cpp:31:5: error: reference to 'next' is ambiguous
     next[cnt] = begin[u];
     ^
0_0_14569939_4606.cpp:11:46: note: candidates are: int next [199998]
 int cnt, begin[kMaxN], end[(kMaxN - 1) * 2], next[(kMaxN - 1) * 2], id[(kMaxN - 1) * 2];
                                              ^
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_14569939_4606.cpp:4:
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_14569939_4606.cpp:31:17: error: reference to 'begin' is ambiguous
     next[cnt] = begin[u];
                 ^
0_0_14569939_4606.cpp:11:10: note: candidates are: int begin [100000]
 int cnt, begin[kMaxN], end[(kMaxN - 1) * 2], next[(kMaxN - 1) * 2], id[(kMaxN - 1) * 2];
          ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_14569939_4606.cpp:4:
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++/utility:75:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
                 from 0_0_14569939_4606.cpp:4:
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_14569939_4606.cpp:32:5: error: reference to 'begin' is ambiguous
     begin[u] = cnt;
     ^
0_0_14569939_4606.cpp:11:10: note: candidates are: int begin [100000]
 int cnt, begin[kMaxN], end[(kMaxN - 1) * 2], next[(kMaxN - 1) * 2], id[(kMaxN - 1) * 2];
          ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_14569939_4606.cpp:4:
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++/utility:75:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
                 from 0_0_14569939_4606.cpp:4:
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_14569939_4606.cpp:33:5: error: reference to 'end' is ambiguous
     end[cnt] = v;
     ^
0_0_14569939_4606.cpp:11:24: note: candidates are: int end [199998]
 int cnt, begin[kMaxN], end[(kMaxN - 1) * 2], next[(kMaxN - 1) * 2], id[(kMaxN - 1) * 2];
                        ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_14569939_4606.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:97:5: note:                 template<class _Tp, long long unsigned int _Nm> _Tp* std::end(_Tp (&)[_Nm])
     end(_Tp (&__arr)[_Nm])
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:78:5: note:                 template<class _Container> decltype (__cont.end()) std::end(const _Container&)
     end(const _Container& __cont) -> decltype(__cont.end())
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/range_access.h:68:5: note:                 template<class _Container> decltype (__cont.end()) std::end(_Container&)
     end(_Container& __cont) -> decltype(__cont.end())
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/utility:75:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
                 from 0_0_14569939_4606.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/initializer_list:99:5: note:                 template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
     end(initializer_list<_Tp> __ils) noexcept
     ^
0_0_14569939_4606.cpp: In function 'void bfs(int)':
0_0_14569939_4606.cpp:46:24: error: reference to 'begin' is ambiguous
         for (int now = begin[u], v; now != -1; now = next[now])
                        ^
0_0_14569939_4606.cpp:11:10: note: candidates are: int begin [100000]
 int cnt, begin[kMaxN], end[(kMaxN - 1) * 2], next[(kMaxN - 1) * 2], id[(kMaxN - 1) * 2];
          ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_14569939_4606.cpp:4:
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++/utility:75:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
                 from 0_0_14569939_4606.cpp:4:
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_14569939_4606.cpp:46:54: error: reference to 'next' is ambiguous
         for (int now = begin[u], v; now != -1; now = next[now])
                                                      ^
0_0_14569939_4606.cpp:11:46: note: candidates are: int next [199998]
 int cnt, begin[kMaxN], end[(kMaxN - 1) * 2], next[(kMaxN - 1) * 2], id[(kMaxN - 1) * 2];
                                              ^
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_14569939_4606.cpp:4:
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_14569939_4606.cpp:47:30: error: 'v' was not declared in this scope
             if (dp[0][u] != (v = end[now])) {
                              ^
0_0_14569939_4606.cpp:47:34: error: reference to 'end' is ambiguous
             if (dp[0][u] != (v = end[now])) {
                                  ^
0_0_14569939_4606.cpp:11:24: note: candidates are: int


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-07-02 14:59:55, Gzip enabled