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_39411568_29102.cpp: In function 'void insert(int, int, int)':
0_0_39411568_29102.cpp:23:7: error: reference to 'size' is ambiguous
   23 |     E[size]=edge(v,head[u],w);
      |       ^~~~
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_39411568_29102.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_39411568_29102.cpp:10:5: note:                 'int size'
   10 | int size,head[N],dis[N],gap[N],pre[N],cur[N];
      |     ^~~~
0_0_39411568_29102.cpp:24:13: error: reference to 'size' is ambiguous
   24 |     head[u]=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_39411568_29102.cpp:10:5: note:                 'int size'
   10 | int size,head[N],dis[N],gap[N],pre[N],cur[N];
      |     ^~~~
0_0_39411568_29102.cpp:25:7: error: reference to 'size' is ambiguous
   25 |     E[size]=edge(u,head[v],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_39411568_29102.cpp:10:5: note:                 'int size'
   10 | int size,head[N],dis[N],gap[N],pre[N],cur[N];
      |     ^~~~
0_0_39411568_29102.cpp:26:13: error: reference to 'size' is ambiguous
   26 |     head[v]=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_39411568_29102.cpp:10:5: note:                 'int size'
   10 | int size,head[N],dis[N],gap[N],pre[N],cur[N];
      |     ^~~~
0_0_39411568_29102.cpp: In function 'int ISAP(int, int)':
0_0_39411568_29102.cpp:30:5: error: 'memset' was not declared in this scope
   30 |     memset(dis,0,sizeof(dis));
      |     ^~~~~~
0_0_39411568_29102.cpp:6:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
    5 | #include<stack>
  +++ |+#include <cstring>
    6 | using namespace std;
0_0_39411568_29102.cpp: In function 'void SPFA(int)':
0_0_39411568_29102.cpp:71:5: error: 'memset' was not declared in this scope
   71 |     memset(vis,false,sizeof(vis));
      |     ^~~~~~
0_0_39411568_29102.cpp:71:5: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_39411568_29102.cpp: In function 'int main()':
0_0_39411568_29102.cpp:114:9: error: reference to 'size' is ambiguous
  114 |         size=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_39411568_29102.cpp:10:5: note:                 'int size'
   10 | int size,head[N],dis[N],gap[N],pre[N],cur[N];
      |     ^~~~
0_0_39411568_29102.cpp:115:9: error: 'memset' was not declared in this scope
  115 |         memset(head,-1,sizeof(head));
      |         ^~~~~~
0_0_39411568_29102.cpp:115:9: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?


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-09-28 01:21:30, Gzip enabled