0_0_38762364_29855.cpp: In function 'void getrt(long long int, long long int)':
0_0_38762364_29855.cpp:37:5: error: reference to 'size' is ambiguous
37 | size[u]=1; maxp[u]=0;
| ^~~~
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_38762364_29855.cpp:22:16: note: 'long long int size [100010]'
22 | int maxp[maxn],size[maxn],dis[maxn],rem[maxn],a[maxn];
| ^~~~
0_0_38762364_29855.cpp:43:9: error: reference to 'size' is ambiguous
43 | 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_38762364_29855.cpp:22:16: note: 'long long int size [100010]'
22 | int maxp[maxn],size[maxn],dis[maxn],rem[maxn],a[maxn];
| ^~~~
0_0_38762364_29855.cpp:43:18: error: reference to 'size' is ambiguous
43 | 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_38762364_29855.cpp:22:16: note: 'long long int size [100010]'
22 | int maxp[maxn],size[maxn],dis[maxn],rem[maxn],a[maxn];
| ^~~~
0_0_38762364_29855.cpp:44:29: error: reference to 'size' is ambiguous
44 | maxp[u]=max(maxp[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_38762364_29855.cpp:22:16: note: 'long long int size [100010]'
22 | int maxp[maxn],size[maxn],dis[maxn],rem[maxn],a[maxn];
| ^~~~
0_0_38762364_29855.cpp:46:29: error: reference to 'size' is ambiguous
46 | maxp[u]=max(maxp[u],sum-size[u]);
| ^~~~
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_38762364_29855.cpp:22:16: note: 'long long int size [100010]'
22 | int maxp[maxn],size[maxn],dis[maxn],rem[maxn],a[maxn];
| ^~~~
0_0_38762364_29855.cpp: In function 'void calc(long long int)':
0_0_38762364_29855.cpp:70:21: error: expected '}' at end of input
70 | getdis(v,u);//
| ^
0_0_38762364_29855.cpp:66:5: note: to match this '{'
66 | {
| ^
0_0_38762364_29855.cpp:70:21: error: expected '}' at end of input
70 | getdis(v,u);//
| ^
0_0_38762364_29855.cpp:63:1: note: to match this '{'
63 | {
| ^
|