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_13242860_20529.cpp: In function 'void build(int)':
0_0_13242860_20529.cpp:51:9: error: reference to 'end' is ambiguous
  qu[beg=end=0] = root;
         ^
0_0_13242860_20529.cpp:40:17: note: candidates are: int end
 int qu[N], beg, end;
                 ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:66:0,
                 from 0_0_13242860_20529.cpp:2:
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++/bits/stl_vector.h:63:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64,
                 from 0_0_13242860_20529.cpp:2:
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_13242860_20529.cpp:54:9: error: reference to 'end' is ambiguous
  while( end>=beg ) {
         ^
0_0_13242860_20529.cpp:40:17: note: candidates are: int end
 int qu[N], beg, end;
                 ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:66:0,
                 from 0_0_13242860_20529.cpp:2:
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++/bits/stl_vector.h:63:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64,
                 from 0_0_13242860_20529.cpp:2:
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_13242860_20529.cpp:59:9: error: reference to 'end' is ambiguous
    qu[++end] = v;
         ^
0_0_13242860_20529.cpp:40:17: note: candidates are: int end
 int qu[N], beg, end;
                 ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:66:0,
                 from 0_0_13242860_20529.cpp:2:
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++/bits/stl_vector.h:63:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64,
                 from 0_0_13242860_20529.cpp:2:
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_13242860_20529.cpp:64:13: error: reference to 'end' is ambiguous
  for( int i=end; i; i-- ) {
             ^
0_0_13242860_20529.cpp:40:17: note: candidates are: int end
 int qu[N], beg, end;
                 ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:66:0,
                 from 0_0_13242860_20529.cpp:2:
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++/bits/stl_vector.h:63:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64,
                 from 0_0_13242860_20529.cpp:2:
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_13242860_20529.cpp:71:19: error: reference to 'end' is ambiguous
  for( int i=0; i<=end; i++ ) {
                   ^
0_0_13242860_20529.cpp:40:17: note: candidates are: int end
 int qu[N], beg, end;
                 ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:66:0,
                 from 0_0_13242860_20529.cpp:2:
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++/bits/stl_vector.h:63:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64,
                 from 0_0_13242860_20529.cpp:2:
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_13242860_20529.cpp:75:19: error: reference to 'end' is ambiguous
  for( int i=0; i<=end; i++ ) {
                   ^
0_0_13242860_20529.cpp:40:17: note: candidates are: int end
 int qu[N], beg, end;
                 ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:66:0,
                 from 0_0_13242860_20529.cpp:2:
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++/bits/stl_vector.h:63:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64,
                 from 0_0_13242860_20529.cpp:2:
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_13242860_20529.cpp:80:21: error: reference to 'end' is ambiguous
  bit[root][0].init( end+1 );
                     ^
0_0_13242860_20529.cpp:40:17: note: candidates are: int end
 int qu[N], beg, end;
                 ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:66:0,
                 from 0_0_13242860_20529.cpp:2:
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


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-06-29 16:20:18, Gzip enabled