0_0_39715157_20993.cpp: In function 'void pushup(int)':
0_0_39715157_20993.cpp:15:5: error: reference to 'size' is ambiguous
15 | size[x]=size[tree[x][0]]+size[tree[x][1]]+1;
| ^~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/string:53,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bitset:52,
from .\stdc++.h:52:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39715157_20993.cpp:5:25: note: 'int size [100010]'
5 | int rev[maxn],pre[maxn],size[maxn];
| ^~~~
0_0_39715157_20993.cpp:15:13: error: reference to 'size' is ambiguous
15 | size[x]=size[tree[x][0]]+size[tree[x][1]]+1;
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39715157_20993.cpp:5:25: note: 'int size [100010]'
5 | int rev[maxn],pre[maxn],size[maxn];
| ^~~~
0_0_39715157_20993.cpp:15:30: error: reference to 'size' is ambiguous
15 | size[x]=size[tree[x][0]]+size[tree[x][1]]+1;
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39715157_20993.cpp:5:25: note: 'int size [100010]'
5 | int rev[maxn],pre[maxn],size[maxn];
| ^~~~
0_0_39715157_20993.cpp: In function 'void newnode(int&, int, int)':
0_0_39715157_20993.cpp:94:5: error: reference to 'size' is ambiguous
94 | size[x]=1;
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39715157_20993.cpp:5:25: note: 'int size [100010]'
5 | int rev[maxn],pre[maxn],size[maxn];
| ^~~~
0_0_39715157_20993.cpp: In function 'void init(int)':
0_0_39715157_20993.cpp:108:43: error: reference to 'size' is ambiguous
108 | tree[root][0]=tree[root][1]=pre[root]=size[root]=0;
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39715157_20993.cpp:5:25: note: 'int size [100010]'
5 | int rev[maxn],pre[maxn],size[maxn];
| ^~~~
0_0_39715157_20993.cpp: In function 'int main()':
0_0_39715157_20993.cpp:123:28: error: reference to 'size' is ambiguous
123 | printf("%d ",i+size[tree[root][0]]);
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:274:5: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> constexpr std::size_t std::size(const _Tp (&)[_Nm])'
274 | size(const _Tp (&)[_Nm]) noexcept
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/range_access.h:264:5: note: 'template<class _Container> constexpr decltype (__cont.size()) std::size(const _Container&)'
264 | size(const _Container& __cont) noexcept(noexcept(__cont.size()))
| ^~~~
0_0_39715157_20993.cpp:5:25: note: 'int size [100010]'
5 | int rev[maxn],pre[maxn],size[maxn];
| ^~~~
|