0_0_31596568_21665.cpp: In function 'void makeTu()':
0_0_31596568_21665.cpp:16:31: error: 'memset' was not declared in this scope
memset(dic, 0x3f, sizeof(dic));
^
0_0_31596568_21665.cpp:19:30: error: 'strcmp' was not declared in this scope
if (strcmp(N[i].r , N[j].l)==0)
^
0_0_31596568_21665.cpp: In function 'void Dijkstra()':
0_0_31596568_21665.cpp:29:31: error: 'memset' was not declared in this scope
memset(s, 0, sizeof(int)*1000);
^
0_0_31596568_21665.cpp:34:13: error: reference to 'max' is ambiguous
int min = max, tj=0;
^
0_0_31596568_21665.cpp:5:11: note: candidates are: const int max
int const max = 0x3f3f3f3f;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_31596568_21665.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:261:5: note: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:217:5: note: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&)
max(const _Tp& __a, const _Tp& __b)
^
0_0_31596568_21665.cpp:40:5: error: 'tj' was not declared in this scope
tj = j;
^
0_0_31596568_21665.cpp:42:6: error: 'tj' was not declared in this scope
if(tj)
^
0_0_31596568_21665.cpp:45:18: error: reference to 'max' is ambiguous
dist[n - 1] = max;
^
0_0_31596568_21665.cpp:5:11: note: candidates are: const int max
int const max = 0x3f3f3f3f;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_31596568_21665.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:261:5: note: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:217:5: note: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&)
max(const _Tp& __a, const _Tp& __b)
^
0_0_31596568_21665.cpp:50:32: error: 'tj' was not declared in this scope
if (!s[j] && dist[j] > dist[tj] + dic[tj][j])
^
0_0_31596568_21665.cpp: In function 'int main()':
0_0_31596568_21665.cpp:67:24: error: 'strlen' was not declared in this scope
int len = strlen(str);
^
0_0_31596568_21665.cpp:94:22: error: reference to 'max' is ambiguous
if (dist[n - 1] == max)
^
0_0_31596568_21665.cpp:5:11: note: candidates are: const int max
int const max = 0x3f3f3f3f;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_31596568_21665.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:261:5: note: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:217:5: note: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&)
max(const _Tp& __a, const _Tp& __b)
^
|