0_0_39330218_22483.cpp: In function 'void NewNode(int&, int, int)':
0_0_39330218_22483.cpp:33:5: error: reference to 'size' is ambiguous
33 | size[r] = 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++/bits/locale_classes.h:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:41,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ios:44,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ostream:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:41,
from 0_0_39330218_22483.cpp:3:
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_39330218_22483.cpp:17:37: note: 'int size [200010]'
17 | int pre[MAXN],ch[MAXN][2],key[MAXN],size[MAXN];
| ^~~~
0_0_39330218_22483.cpp: In function 'void push_up(int)':
0_0_39330218_22483.cpp:50:5: error: reference to 'size' is ambiguous
50 | size[r] = size[ch[r][0]] + size[ch[r][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_39330218_22483.cpp:17:37: note: 'int size [200010]'
17 | int pre[MAXN],ch[MAXN][2],key[MAXN],size[MAXN];
| ^~~~
0_0_39330218_22483.cpp:50:15: error: reference to 'size' is ambiguous
50 | size[r] = size[ch[r][0]] + size[ch[r][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_39330218_22483.cpp:17:37: note: 'int size [200010]'
17 | int pre[MAXN],ch[MAXN][2],key[MAXN],size[MAXN];
| ^~~~
0_0_39330218_22483.cpp:50:32: error: reference to 'size' is ambiguous
50 | size[r] = size[ch[r][0]] + size[ch[r][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_39330218_22483.cpp:17:37: note: 'int size [200010]'
17 | int pre[MAXN],ch[MAXN][2],key[MAXN],size[MAXN];
| ^~~~
0_0_39330218_22483.cpp: In function 'void Init()':
0_0_39330218_22483.cpp:79:33: error: reference to 'size' is ambiguous
79 | ch[root][0] = ch[root][1] = size[root] = pre[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_39330218_22483.cpp:17:37: note: 'int size [200010]'
17 | int pre[MAXN],ch[MAXN][2],key[MAXN],size[MAXN];
| ^~~~
0_0_39330218_22483.cpp: In function 'int Get_kth(int, int)':
0_0_39330218_22483.cpp:141:13: error: reference to 'size' is ambiguous
141 | int t = size[ch[r][0]] + 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_39330218_22483.cpp:17:37: note: 'int size [200010]'
17 | int pre[MAXN],ch[MAXN][2],key[MAXN],size[MAXN];
| ^~~~
0_0_39330218_22483.cpp: In function 'void ADD(int)':
0_0_39330218_22483.cpp:150:15: error: reference to 'size' is ambiguous
150 | int tmp = size[ch[root][0]] + 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_39330218_22483.cpp:17:37: note: 'int size [200010]'
17 | int pre[MAXN],ch[MAXN][2],key[MAXN],size[MAXN];
| ^~~~
0_0_39330218_22483.cpp:157:24: error: reference to 'size' is ambiguous
157 | Splay(Get_kth(root,size[root] - 1),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_39330218_22483.cpp:17:37: note: 'int size [200010]'
17 | int pre[MAXN],ch[MAXN][2],key[MAXN],size[MAXN];
| ^~~~
0_0_39330218_22483.cpp: In function 'void REVERSE()':
0_0_39330218_22483.cpp:172:15: error: reference to 'size' is ambiguous
172 | int tmp = size[ch[root][0]] + 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_39330218_22483.cpp:17:37: note: 'int size [200010]'
17 | int pre[MAXN],ch[MAXN][2],key[MAXN],size[MAXN];
| ^~~~
0_0_39330218_22483.cpp:179:24: error: reference to 'size' is ambiguous
179 | Splay(Get_kth(root,size[root] - 1),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 _Co
|