0_0_39334261_20800.cpp: In function 'void Dfs(int)':
0_0_39334261_20800.cpp:11:5: error: reference to 'size' is ambiguous
11 | size[x]=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_39334261_20800.cpp:5:5: note: 'int size [10010]'
5 | int size[10010],dfn[10010],pos[10010],vis[10010],fa[10010],son[10010],top[10010],dep[10010];
| ^~~~
0_0_39334261_20800.cpp:15:13: error: reference to 'size' is ambiguous
15 | if(!size[y])
| ^~~~
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_39334261_20800.cpp:5:5: note: 'int size [10010]'
5 | int size[10010],dfn[10010],pos[10010],vis[10010],fa[10010],son[10010],top[10010],dep[10010];
| ^~~~
0_0_39334261_20800.cpp:22:13: error: reference to 'size' is ambiguous
22 | size[x]+=size[y];
| ^~~~
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_39334261_20800.cpp:5:5: note: 'int size [10010]'
5 | int size[10010],dfn[10010],pos[10010],vis[10010],fa[10010],son[10010],top[10010],dep[10010];
| ^~~~
0_0_39334261_20800.cpp:22:22: error: reference to 'size' is ambiguous
22 | size[x]+=size[y];
| ^~~~
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_39334261_20800.cpp:5:5: note: 'int size [10010]'
5 | int size[10010],dfn[10010],pos[10010],vis[10010],fa[10010],son[10010],top[10010],dep[10010];
| ^~~~
0_0_39334261_20800.cpp:23:16: error: reference to 'size' is ambiguous
23 | if(size[son[x]]<size[y])
| ^~~~
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_39334261_20800.cpp:5:5: note: 'int size [10010]'
5 | int size[10010],dfn[10010],pos[10010],vis[10010],fa[10010],son[10010],top[10010],dep[10010];
| ^~~~
0_0_39334261_20800.cpp:23:29: error: reference to 'size' is ambiguous
23 | if(size[son[x]]<size[y])
| ^~~~
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_39334261_20800.cpp:5:5: note: 'int size [10010]'
5 | int size[10010],dfn[10010],pos[10010],vis[10010],fa[10010],son[10010],top[10010],dep[10010];
| ^~~~
|