0_0_31120458_23240.cpp: In function 'int main()':
0_0_31120458_23240.cpp:43:28: error: reference to 'endl' is ambiguous
}scanf("%d %d %d",&star,&endl,&r);
^
0_0_31120458_23240.cpp:10:60: note: candidates are: int endl
int head[N],ver[M],Next[M],d[N],v[N],ans,minn,n,m,tot,star,endl,sum;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_31120458_23240.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:564:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::endl(std::basic_ostream<_CharT, _Traits>&)
endl(basic_ostream<_CharT, _Traits>& __os)
^
0_0_31120458_23240.cpp:48:9: error: reference to 'endl' is ambiguous
if(d[endl]!=INF){
^
0_0_31120458_23240.cpp:10:60: note: candidates are: int endl
int head[N],ver[M],Next[M],d[N],v[N],ans,minn,n,m,tot,star,endl,sum;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_31120458_23240.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:564:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::endl(std::basic_ostream<_CharT, _Traits>&)
endl(basic_ostream<_CharT, _Traits>& __os)
^
0_0_31120458_23240.cpp:51:13: error: reference to 'endl' is ambiguous
minn=d[endl];
^
0_0_31120458_23240.cpp:10:60: note: candidates are: int endl
int head[N],ver[M],Next[M],d[N],v[N],ans,minn,n,m,tot,star,endl,sum;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_31120458_23240.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:564:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::endl(std::basic_ostream<_CharT, _Traits>&)
endl(basic_ostream<_CharT, _Traits>& __os)
^
|