Senamiestis
- [1] 2019-05-11 13:30 (58.1)
- [2] 2019-05-11 14:57 (58.1)
- [3] 2019-05-11 14:59 (58.1)
- [4] 2019-05-11 15:00 (0)
- [5] 2019-05-11 15:01 (58.1)
Taškai: 0
Compile: FAIL
senamiestis.cpp: In function ‘int dfs(int, int)’: senamiestis.cpp:17:64: error: no matching function for call to ‘max(int&, long int)’ mx = max(mx, dfs(G[n][i].first, n) + G[n][i].second); ^ In file included from /usr/include/c++/5/bits/char_traits.h:39:0, from /usr/include/c++/5/ios:40, from /usr/include/c++/5/ostream:38, from /usr/include/c++/5/iostream:39, from senamiestis.cpp:1: /usr/include/c++/5/bits/stl_algobase.h:219:5: note: candidate: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&) max(const _Tp& __a, const _Tp& __b) ^ /usr/include/c++/5/bits/stl_algobase.h:219:5: note: template argument deduction/substitution failed: senamiestis.cpp:17:64: note: deduced conflicting types for parameter ‘const _Tp’ (‘int’ and ‘long int’) mx = max(mx, dfs(G[n][i].first, n) + G[n][i].second); ^ In file included from /usr/include/c++/5/bits/char_traits.h:39:0, from /usr/include/c++/5/ios:40, from /usr/include/c++/5/ostream:38, from /usr/include/c++/5/iostream:39, from senamiestis.cpp:1: /usr/include/c++/5/bits/stl_algobase.h:265:5: note: candidate: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare) max(const _Tp& __a, const _Tp& __b, _Compare __comp) ^ /usr/include/c++/5/bits/stl_algobase.h:265:5: note: template argument deduction/substitution failed: senamiestis.cpp:17:64: note: deduced conflicting types for parameter ‘const _Tp’ (‘int’ and ‘long int’) mx = max(mx, dfs(G[n][i].first, n) + G[n][i].second); ^
nr. | result | time | message |
---|