0_0_39695251_28127.cpp: In function 'void dfs1(long long int, long long int)':
0_0_39695251_28127.cpp:17:25: error: reference to 'size' is ambiguous
17 | dep[u]=dep[f]+1,size[u]=1,fa[u]=f;
| ^~~~
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_39695251_28127.cpp:15:53: note: 'long long int size [50010]'
15 | int a[N],id[N],dt,top[N],dep[N],fa[N],val[N],son[N],size[N];
| ^~~~
0_0_39695251_28127.cpp:22:17: error: reference to 'size' is ambiguous
22 | size[u]+=size[v];
| ^~~~
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_39695251_28127.cpp:15:53: note: 'long long int size [50010]'
15 | int a[N],id[N],dt,top[N],dep[N],fa[N],val[N],son[N],size[N];
| ^~~~
0_0_39695251_28127.cpp:22:26: error: reference to 'size' is ambiguous
22 | size[u]+=size[v];
| ^~~~
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_39695251_28127.cpp:15:53: note: 'long long int size [50010]'
15 | int a[N],id[N],dt,top[N],dep[N],fa[N],val[N],son[N],size[N];
| ^~~~
0_0_39695251_28127.cpp:23:20: error: reference to 'size' is ambiguous
23 | if(size[v]>size[son[u]]) son[u]=v;
| ^~~~
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_39695251_28127.cpp:15:53: note: 'long long int size [50010]'
15 | int a[N],id[N],dt,top[N],dep[N],fa[N],val[N],son[N],size[N];
| ^~~~
0_0_39695251_28127.cpp:23:28: error: reference to 'size' is ambiguous
23 | if(size[v]>size[son[u]]) son[u]=v;
| ^~~~
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_39695251_28127.cpp:15:53: note: 'long long int size [50010]'
15 | int a[N],id[N],dt,top[N],dep[N],fa[N],val[N],son[N],size[N];
| ^~~~
|