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_38836756_20512.cpp: In function 'int BFS()':
0_0_38836756_20512.cpp:52:20: error: reference to 'array' is ambiguous
   52 |                 if(array[nx][ny]==1&&visit[nx][ny]==0)
      |                    ^~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/uses_allocator_args.h:38,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/memory_resource.h:41,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/string:58,
                 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_38836756_20512.cpp:1:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
 2005 |   template<typename _Tp, size_t _Nm> struct array;
      |                                             ^~~~~
0_0_38836756_20512.cpp:7:5: note:                 'int array [127][127]'
    7 | int array[INF][INF];
      |     ^~~~~
0_0_38836756_20512.cpp: In function 'int main()':
0_0_38836756_20512.cpp:72:16: error: reference to 'array' is ambiguous
   72 |         memset(array,0,sizeof(array));
      |                ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
 2005 |   template<typename _Tp, size_t _Nm> struct array;
      |                                             ^~~~~
0_0_38836756_20512.cpp:7:5: note:                 'int array [127][127]'
    7 | int array[INF][INF];
      |     ^~~~~
0_0_38836756_20512.cpp:72:31: error: reference to 'array' is ambiguous
   72 |         memset(array,0,sizeof(array));
      |                               ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
 2005 |   template<typename _Tp, size_t _Nm> struct array;
      |                                             ^~~~~
0_0_38836756_20512.cpp:7:5: note:                 'int array [127][127]'
    7 | int array[INF][INF];
      |     ^~~~~
0_0_38836756_20512.cpp:81:21: error: reference to 'array' is ambiguous
   81 |                     array[i][j]=1;
      |                     ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
 2005 |   template<typename _Tp, size_t _Nm> struct array;
      |                                             ^~~~~
0_0_38836756_20512.cpp:7:5: note:                 'int array [127][127]'
    7 | int array[INF][INF];
      |     ^~~~~
0_0_38836756_20512.cpp:83:21: error: reference to 'array' is ambiguous
   83 |                     array[i][j]=0;
      |                     ^~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/tuple:2005:45: note: candidates are: 'template<class _Tp, long long unsigned int _Nm> struct std::array'
 2005 |   template<typename _Tp, size_t _Nm> struct array;
      |                                             ^~~~~
0_0_38836756_20512.cpp:7:5: note:                 'int array [127][127]'
    7 | int array[INF][INF];
      |     ^~~~~


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-07-03 20:20:24, Gzip enabled