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_39706912_31973.cpp:12:21: error: reference to 'size' is ambiguous
   12 |         long long a[size][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_39706912_31973.cpp:1:
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_39706912_31973.cpp:7:11: note:                 'const int size'
    7 | const int size=10,mod=9973;
      |           ^~~~
0_0_39706912_31973.cpp:12:27: error: reference to 'size' is ambiguous
   12 |         long long a[size][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_39706912_31973.cpp:7:11: note:                 'const int size'
    7 | const int size=10,mod=9973;
      |           ^~~~
0_0_39706912_31973.cpp: In function 'node cheng(node, node)':
0_0_39706912_31973.cpp:18:20: error: 'struct node' has no member named 'a'
   18 |         memset(ret.a,0,sizeof ret.a);
      |                    ^
0_0_39706912_31973.cpp:18:35: error: 'struct node' has no member named 'a'
   18 |         memset(ret.a,0,sizeof ret.a);
      |                                   ^
0_0_39706912_31973.cpp:22:37: error: 'struct node' has no member named 'a'
   22 |                                 ret.a[i][j]=(ret.a[i][j]+x.a[i][k]*y.a[k][j]+mod)%mod;
      |                                     ^
0_0_39706912_31973.cpp:22:50: error: 'struct node' has no member named 'a'
   22 |                                 ret.a[i][j]=(ret.a[i][j]+x.a[i][k]*y.a[k][j]+mod)%mod;
      |                                                  ^
0_0_39706912_31973.cpp:22:60: error: 'struct node' has no member named 'a'
   22 |                                 ret.a[i][j]=(ret.a[i][j]+x.a[i][k]*y.a[k][j]+mod)%mod;
      |                                                            ^
0_0_39706912_31973.cpp:22:70: error: 'struct node' has no member named 'a'
   22 |                                 ret.a[i][j]=(ret.a[i][j]+x.a[i][k]*y.a[k][j]+mod)%mod;
      |                                                                      ^
0_0_39706912_31973.cpp: In function 'node powmod(node, long long int)':
0_0_39706912_31973.cpp:28:29: error: 'struct node' has no member named 'a'
   28 |         node ret;memset(ret.a,0,sizeof ret.a);
      |                             ^
0_0_39706912_31973.cpp:28:44: error: 'struct node' has no member named 'a'
   28 |         node ret;memset(ret.a,0,sizeof ret.a);
      |                                            ^
0_0_39706912_31973.cpp:29:34: error: 'struct node' has no member named 'a'
   29 |         for(int i=0;i<n;i++) ret.a[i][i]=1;
      |                                  ^
0_0_39706912_31973.cpp: In function 'int main()':
0_0_39706912_31973.cpp:48:75: error: 'struct node' has no member named 'a'
   48 |                 for(int i=0;i<n;i++) for(int j=0;j<n;j++) scanf("%lld",&m.a[i][j]);
      |                                                                           ^
0_0_39706912_31973.cpp:51:50: error: 'struct node' has no member named 'a'
   51 |                 for(int i=0;i<n;i++) ans=(ans+ed.a[i][i])%9973;
      |                                                  ^


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