Susitikimas

Taškai: 0

Compile: FAIL

meetup.cpp: In function ‘double ternary_search(double, double)’: meetup.cpp:29:50: error: no matching function for call to ‘max(const double&, int)’ if (abs(right - left)/max(min(right, left), 1) < 0.00000001) { ^ 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 meetup.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: meetup.cpp:29:50: note: deduced conflicting types for parameter ‘const _Tp’ (‘double’ and ‘int’) if (abs(right - left)/max(min(right, left), 1) < 0.00000001) { ^ 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 meetup.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: meetup.cpp:29:50: note: deduced conflicting types for parameter ‘const _Tp’ (‘double’ and ‘int’) if (abs(right - left)/max(min(right, left), 1) < 0.00000001) { ^

nr.resulttimemessage