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_39211347_5859.cpp:19:7: error: reference to 'size' is ambiguous
   19 | ULL H[size],P[size];
      |       ^~~~
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_39211347_5859.cpp:2:
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_39211347_5859.cpp:18:11: note:                 'const int size'
   18 | const int size=1e6+5;
      |           ^~~~
0_0_39211347_5859.cpp:19:15: error: reference to 'size' is ambiguous
   19 | ULL H[size],P[size];
      |               ^~~~
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_39211347_5859.cpp:18:11: note:                 'const int size'
   18 | const int size=1e6+5;
      |           ^~~~
0_0_39211347_5859.cpp:20:7: error: reference to 'size' is ambiguous
   20 | int s[size];
      |       ^~~~
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_39211347_5859.cpp:18:11: note:                 'const int size'
   18 | const int size=1e6+5;
      |           ^~~~
0_0_39211347_5859.cpp: In function 'void Hash(int, int)':
0_0_39211347_5859.cpp:23:9: error: 'H' was not declared in this scope
   23 |         H[0]=0;
      |         ^
0_0_39211347_5859.cpp:24:9: error: 'P' was not declared in this scope; did you mean 'PA'?
   24 |         P[0]=1;
      |         ^
      |         PA
0_0_39211347_5859.cpp:27:32: error: 's' was not declared in this scope
   27 |                 H[i]=H[i-1]*PA+s[i]+2000000;
      |                                ^
0_0_39211347_5859.cpp: In function 'ULL code(int, int)':
0_0_39211347_5859.cpp:33:16: error: 'H' was not declared in this scope
   33 |         return H[r]-H[l-1]*P[r-l+1];
      |                ^
0_0_39211347_5859.cpp:33:28: error: 'P' was not declared in this scope
   33 |         return H[r]-H[l-1]*P[r-l+1];
      |                            ^
0_0_39211347_5859.cpp: In function 'int main()':
0_0_39211347_5859.cpp:45:42: error: 's' was not declared in this scope
   45 |                 for(int i=1;i<=n;i++) sc(s[i]);
      |                                          ^
0_0_39211347_5859.cpp:14:27: note: in definition of macro 'sc'
   14 | #define sc(x) scanf("%d",&x)
      |                           ^


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-10-05 11:05:26, Gzip enabled