F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_38814607_24692.cpp: In function 'void tree(int)':
0_0_38814607_24692.cpp:66:31: error: reference to 'size' is ambiguous
   66 |                 for(rg j=0;j<=size[x]+size[c[i]];++j)g[j]=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 gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_38814607_24692.cpp:48:
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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0_38814607_24692.cpp:66:39: error: reference to 'size' is ambiguous
   66 |                 for(rg j=0;j<=size[x]+size[c[i]];++j)g[j]=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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0_38814607_24692.cpp:67:31: error: reference to 'size' is ambiguous
   67 |                 for(rg j=0;j<=size[x];++j)for(rg k=0;k<=size[c[i]];++k)
      |                               ^~~~
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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0_38814607_24692.cpp:67:57: error: reference to 'size' is ambiguous
   67 |                 for(rg j=0;j<=size[x];++j)for(rg k=0;k<=size[c[i]];++k)
      |                                                         ^~~~
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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0_38814607_24692.cpp:71:17: error: reference to 'size' is ambiguous
   71 |                 size[x]+=size[c[i]];
      |                 ^~~~
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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0_38814607_24692.cpp:71:26: error: reference to 'size' is ambiguous
   71 |                 size[x]+=size[c[i]];
      |                          ^~~~
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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0_38814607_24692.cpp:72:31: error: reference to 'size' is ambiguous
   72 |                 for(rg i=0;i<=size[x];++i)f[x][i]=g[i];
      |                               ^~~~
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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0_38814607_24692.cpp:74:23: error: reference to 'size' is ambiguous
   74 |         for(rg j=0;j<=size[x]+1;++j)g[j]=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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0_38814607_24692.cpp:75:23: error: reference to 'size' is ambiguous
   75 |         for(rg i=0;i<=size[x];++i)
      |                       ^~~~
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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0_38814607_24692.cpp:81:11: error: reference to 'size' is ambiguous
   81 |         ++size[x];
      |           ^~~~
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_38814607_24692.cpp:55:43: note:                 'long long int size [4005]'
   55 | ll n,m,k,a[N],b[N],c[N],t[N],f[N][N],g[N],size[N];
      |                                           ^~~~
0_0


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-23 03:21:21, Gzip enabled